Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As a member of the data governance team, you're tasked with implementing security measures to restrict resource deployment to the europe-west3 region, following Google's best practices. Which approach should you take?
A
Use Terraform to deploy resources with a variable validation rule ensuring the region is set to europe-west3 for all resources.
B
Implement the constraints/gcp.resourceLocations organization policy constraint to in:eu-locations.
C
Set up a Cloud Function to monitor and automatically destroy resources created outside the europe-west3 region.
D
Apply the constraints/gcp.resourceLocations organization policy constraint to in:europe-west3-locations.