HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 359 questions
Which of these actions will prevent two Terraform runs from changing the same state file at the same time?
How does the use of Infrastructure as Code (IaC) enhance the reliability of your infrastructure?
Pick the two correct responses below.
One remote backend configuration always maps to a single remote workspace.
You have a saved execution plan containing desired changes for infrastructure managed by Terraform. After running the command terraform apply my.tfplan , you receive the error shown in the exhibit below.
Exhibit:
Error: Saved plan is stale
The given plan file can no longer be applied because the state was changed by another operation after the plan was created.
How can you apply the desired changes? (Choose TWO correct answers)
What is the Terraform style convention for indenting a nesting level compared to the one above it?
Using the terraform state rm command against a resource will destroy it.
Which of the following module source paths does not specify a remote module?
Terraform encrypts sensitive values stored in your state file.
What kind of configuration block will manage an infrastructure object with settings specified within the block?
What does Terraform not reference when running a terraform apply -refresh-only ?
