Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As your Infrastructure DevOps Engineering team grows, you've decided to use Terraform for managing your infrastructure. To ensure proper version control and seamless code sharing among team members, what is the most effective approach?
A
Store the Terraform code in a shared Google Drive folder for automatic syncing across all team members' computers, using a naming convention to distinguish between versions.
B
Keep the Terraform code in a network shared folder, with separate subfolders for each version release, and ensure team members work on distinct files.
C
Utilize a version-control system for storing the Terraform code, implementing processes for updating and merging new versions with the main branch.
D
Place the Terraform code in a Cloud Storage bucket with object versioning enabled, granting access to all team members for file downloads.