Valid TA-002-P Dumps shared by ExamDiscuss.com for Helping Passing TA-002-P Exam! ExamDiscuss.com now offer the newest TA-002-P exam dumps, the ExamDiscuss.com TA-002-P exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com TA-002-P dumps with Test Engine here:
The Security Operations team of ABC Enterprise wants to mandate that all the Terraform configuration that creates an S3 bucket must have encryption feature enabled. What is the best way to achieve it?
Correct Answer: A
Explanation Sentinel is an embedded policy-as-code framework integrated with the HashiCorp Enterprise products. It enables fine-grained, logic-based policy decisions, and can be extended to use information from external sources. Using Sentinel with Terraform Cloud involves: * Defining the policies - Policies are defined using the policy language with imports for parsing the Terraform plan, state and configuration. * Managing policies for organizations - Users with permission to manage policies can add policies to their organization by configuring VCS integration or uploading policy sets through the API. They also define which workspaces the policy sets are checked against during runs. (More about permissions.) * Enforcing policy checks on runs - Policies are checked when a run is performed, after the terraform plan but before it can be confirmed or the terraform apply is executed. * Mocking Sentinel Terraform data - Terraform Cloud provides the ability to generate mock data for any run within a workspace. This data can be used with the Sentinel CLI to test policies before deployment. https://www.terraform.io/docs/cloud/sentinel/index.html
Recent Comments (The most recent comments are at the top.)
Recent Comments (The most recent comments are at the top.)
B should be the correct answer, sentinel itself doesn't have an encryption policy.
https://www.terraform.io/cloud-docs/sentinel
https://www.terraform.io/cloud-docs/sentinel/import
Correct