HashiCorp Certified: Terraform Associate — Question 134
What are some benefits of using Sentinel with Terraform Cloud/Terraform Enterprise? (Choose three.)
Answer options
- A. Policy-as-code can enforce security best practices
- B. You can restrict specific configurations on resources like "CIDR=0.0.0.0/0" not allowed
- C. You can enforce a list of approved AWS AMIs
- D. Sentinel Policies can be written in HashiCorp Configuration Language (HCL)
- E. You can check out and check in cloud access keys
Correct answer: A, B, C
Explanation
The correct answers A, B, and C highlight how Sentinel can enforce security and compliance requirements through policy-as-code, restrict certain configurations, and manage resource compliance. Option D is incorrect because Sentinel policies are written in a specific policy language, not HCL. Option E is also incorrect as checking out and checking in cloud access keys is not a feature of Sentinel.