ASSOCIATE-CLOUD-ENGINEER · Question #400
You assist different engineering teams in deploying their infrastructure on Google Cloud. Your company has defined certain practices required for all workloads. You need to provide the engineering…
The correct answer is C. Write Terraform modules for each component that are compliant with the company's required. Terraform modules allow you to codify and encapsulate company-required practices (e.g., naming conventions, tagging, security settings) in reusable components. Teams can deploy infrastructure independently without needing to understand or implement the underlying compliance…
Question
Options
- AConfigure organization policies to enforce your company's required practices. Ask the teams to
- BCreate a service account per team, and grant the service account the Project Editor role. Ask the
- CWrite Terraform modules for each component that are compliant with the company's required
- DProvide training for all engineering teams you work with to understand the company's required
How the community answered
(54 responses)- A7% (4)
- B17% (9)
- C72% (39)
- D4% (2)
Explanation
Terraform modules allow you to codify and encapsulate company-required practices (e.g., naming conventions, tagging, security settings) in reusable components. Teams can deploy infrastructure independently without needing to understand or implement the underlying compliance logic, improving standardization and security. This approach is scalable, automated, and aligns with Infrastructure as Code (IaC) best practices.
Topics
Community Discussion
No community discussion yet for this question.