Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with creating multiple projects for various teams within a folder named 'devops1' using Cloud Deployment Manager (DM). What is the most appropriate action to take? (Select One)
A
Create a project named 'devops1', enable the necessary APIs, and assign the project owner role to the service account. Then, use the command gcloud deployment-manager deployment create -project devops1.
gcloud deployment-manager deployment create -project devops1
B
This task cannot be accomplished with Cloud Deployment Manager. Consider using Terraform for better team support.
C
Create a project named 'devops1', enable the necessary APIs, and assign the organization role to the service account. Then, use the command gcloud deployment-manager deployments create new -project devops1.
gcloud deployment-manager deployments create new -project devops1
D
Create a project named 'devops1', enable the necessary APIs, and assign the project creator role to the service account. Then, use the command gcloud deployment-manager deployments create -project devops1.
gcloud deployment-manager deployments create -project devops1