A. With three spaces
B. With four spaces
C. With two spaces
D. With a tab
A. True
B. False
A. Requires any version of the AWS provider > 3.0
B. Requires any version of the AWS provider > = 3.0 and <4.0
C. Requires any version of the AWS provider >= 3.0
D. Requires any version of the AWS provider > = 3.0 major release. like 4.1
A. Policy-as-code can enforce security best practices
B. Sentinel Policies can be written in HashiCorp Configuration Language (HCL)
C. You can check out and check in cloud access keys
D. You can enforce a list of approved AWS AMIs
E. You can restrict specific resource configurations, such as disallowing the use of CIDR=0.0.0.0/0.
A. Write Terraform configuration, run terraform apply to create infrastructure, use terraform validate to confirm Terraform deployed resources correctly
B. Write Terraform configuration, run terraform show to view proposed changes, and terraform apply to create new infrastructure
C. Write Terraform configuration, run terraform plan to initialize the working directory or workspace, and terraform apply to create the infrastructure
D. Write Terraform configuration, run terraform init to initialize the working directory or workspace, and run terraform apply
A. Source code
B. Official HashCrop Distribution on releases.hashcrop.com
C. Provider plugin chance
D. Plugins directory
A. Make the change via the public cloud API endpoint
B. Make the change programmatically via the public cloud CLI
C. Submit a pull request and wait for an approved merge of the proposed changes
D. Clone the repository containing your infrastructure code and then run the code
E. Use the public cloud console to make the change after a database record has been approved
A. Terraform automatically builds a resource graph based on resources provisioners, special meta-parameters, and the stale file (if present}
B. Terraform requires resource dependencies to be defined as modules and sourced in order
C. Terraform requires all dependencies between resources to be specified using the depends_on parameter
D. Terraform requires resources in a configuration to be listed m the order they will be created to determine dependencies
A. Configuration it in the module's Terraform code
B. Tag a release in the associated repo
C. The Terraform Module Registry does not support versioning modules
D. Mention it on the module's configuration page on the Terraform Module Registry