ASSOCIATE-CLOUD-ENGINEER · Question #329
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 e
The correct answer is D. Create Terraform modules that utilize the Google Cloud Terraform Provider to configure Google. Infrastructure as Code (IaC): Terraform is an IaC tool that allows you to define and provision infrastructure resources using declarative configuration files. This approach ensures consistency in resource configuration across different deployments, making it easier to enforce sec
Question
Options
- ACreate Java packages that utilize the Google Cloud Client Libraries for Java to configure Google
- BCreate bash scripts that utilize the Google Cloud CLI to configure Google Cloud products. Store
- CUse the Google Cloud APIs by using curl to configure Google Cloud products. Store and share
- DCreate Terraform modules that utilize the Google Cloud Terraform Provider to configure Google
How the community answered
(69 responses)- A7% (5)
- B14% (10)
- C3% (2)
- D75% (52)
Explanation
Infrastructure as Code (IaC): Terraform is an IaC tool that allows you to define and provision infrastructure resources using declarative configuration files. This approach ensures consistency in resource configuration across different deployments, making it easier to enforce security policies and compliance requirements. Modularity: Terraform modules promote reusability and maintainability. You can create modules for specific GCP products or configurations and share them within your organization. This reduces duplication of effort and ensures that all deployments adhere to the same standards.
Topics
Community Discussion
No community discussion yet for this question.