Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the recommended approach for designing a fast, reliable, and repeatable solution to provision new projects and basic resources in Google Cloud after a company migration?
A
Use the Google Cloud console to create projects.
B
Write a script by using the gcloud CLI that passes the appropriate parameters from the request. Save the script in a Git repository.
C
Write a Terraform module and save it in your source control repository. Copy and run the terraform apply command to create the new project.
D
Use the Terraform repositories from the Cloud Foundation Toolkit. Apply the code with appropriate parameters to create the Google Cloud project and related resources.