You have declared a variable called var.list which is a list of objects that all have an attribute id . Which options will produce a list of the IDs? Choose two correct answers.
Which configuration consistency errors does terraform validate report?
Terraform encrypts sensitive values stored in your state file.
You add a new provider to your configuration and immediately run terraform apply in the CD using the local backend. Why does the apply fail?
When you include a module block in your configuration that references a module from the Terraform Registry, the "version" attribute is required.
A resource block is shown in the Exhibit section of this page. How would you reference the attribute name of this resource in HCL?
terraform init retrieves and caches the configuration for all remote modules.
Which of the following is true about terraform apply?(Pick 2 correct responses)
Before you can use a new backend or HCP Terraform/Terraform Cloud integration, you must first execute terraform init.
When do you need to explicitly execute Terraform in refresh-only mode?