What does Terraform use the .terraform.lock.hc1 file for?
You are working on some new application features and you want to spin up a copy of your production deployment to perform some quick tests. In order to avoid having to configure a new state backend, what open source Terraform feature would allow you create multiple states but still be associated with your current code?
terraform validate confirms thesyntaxof Terraform files.
Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
What are some benefits of using Sentinel with Terraform Cloud/Terraform Cloud? Choose three correct answers.
What kind of configuration block will create an infrastructure object with settings specified within the block?
When should you use the terraform force-unlock command?
The Terraform binary version and provider versions must match each other in a single configuration.
What’s the proper syntax for the plan command?
A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of the resource block?