Questions
The answers to the following questions can be found in the Assessments section at the end of this book:
- Terraform Sentinel needs to be placed where?
A. After the apply
phase
B. After the destroy
phase
C. In between the plan
and apply
phases
D. After the init
phase
- Which of the following features are available in both Terraform Cloud and Terraform Enterprise?
A. Terraform JavaScript Object Notation (JSON) files
B. Terraform Sentinel
C. terraform fmt
D. terraform plan
- What does Terraform Cloud use to keep the state file?
A. Local directory
B. Remote backend in Terraform Cloud itself
C. Remote backend in GitHub
D. Local backend
- There is a project team and they are using Terraform to provision their infrastructure, and now they want to provision a VM in Azure in the
West Europe
location, which is not allowed as per your company standards. You need to ensure that they are not able to create a VM in...