Google Cloud Professional Cloud DevOps Engineer — Question 57

Your team of Infrastructure DevOps Engineers is growing, and you are starting to use Terraform to manage infrastructure. You need a way to implement code versioning and to share code with other team members. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because using a version-control system allows for effective management of code changes, collaboration, and ensures that all team members can access the latest version easily. Options B and D lack proper version control features, making collaboration and tracking changes more difficult, while option C does not provide a structured approach for versioning and collaboration.