Google Cloud Associate Cloud Engineer — Question 251

Your company requires that Google Cloud products are created with a specific configuration to comply with your company’s security policies. You need to implement a mechanism that will allow software engineers at your company to deploy and update Google Cloud products in a preconfigured and approved manner. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because Terraform modules allow for consistent and repeatable infrastructure deployment, aligning with security policies. Options A, B, and C involve custom coding or scripting, which can lead to inconsistencies and are less manageable than using Terraform for infrastructure as code.