Terraform-Associate-004 Exam Question 151

When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)
  • Terraform-Associate-004 Exam Question 152

    You are tasked with making a change to an infrastructure stack running in a public cloud using HCP Terraform/Terraform Cloud. Which pattern follows IaC best practices?
  • Terraform-Associate-004 Exam Question 153

    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.
    You have a saved execution plan containing desired changes for infrastructure managed by Terraform. After running terraform apply my.tfplan, you receive the error shown. How can you apply the desired changes?
    (Pick the 2 correct responses below.)
  • Terraform-Associate-004 Exam Question 154

    What is the provider for the resource shown in the Exhibit?
    resource " aws_vpc " " main " {
    name = " test "
    }
  • Terraform-Associate-004 Exam Question 155

    Where in your Terraform configuration do you specify remote state storage settings?