Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpoperations › A team needs to deploy infrastructure-as-code on…

A team needs to deploy infrastructure-as-code on Google Cloud. Which combination of tools is the most common modern choice?

AHand-clicked changes in the Cloud Console only
BAd-hoc `gcloud` shell scripts shared over email
CTerraform (with the google provider) and / or Config Connector — declarative, versioned, repeatable
DCloud Build triggers that run no scripts at all
Answer & Solution
Correct answer: C. Terraform (with the google provider) and / or Config Connector — declarative, versioned, repeatable
Terraform is the de-facto IaC for multi-cloud (and very common on GCP); Config Connector lets you express GCP resources as Kubernetes objects. Hand-clicks and emailed gcloud scripts aren't IaC; an empty Cloud Build trigger doesn't deploy anything.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions