Free Terraform Associate Exam Braindumps (page: 39)

Page 38 of 88

Once a new Terraform backend is configured with a Terraform code block, which command(s) is (are) used to migrate the state file?

  1. terraform apply
  2. terraform push
  3. terraform destroy, then terraform apply
  4. terraform init

Answer(s): D



What does this code do?

  1. Requires any version of the AWS provider >= 3.0 and < 4.0
  2. Requires any version of the AWS provider >= 3.0
  3. Requires any version of the AWS provider after the 3.0 major release, like 4.1
  4. Requires any version of the AWS provider > 3.0

Answer(s): A



What does terraform refresh modify?

  1. Your cloud infrastructure
  2. Your state file
  3. Your Terraform plan
  4. Your Terraform configuration

Answer(s): B



Which of the following is not valid source path for specifying a module?

  1. source = "./modulelversion=v1.0.0"
  2. source = "github.com/hashicorp/example?ref=v1.0.0"
  3. source = "./module"
  4. source = "hashicorp/consul/aws"

Answer(s): A






Post your Comments and Discuss HashiCorp Terraform Associate exam with other Community members:

Exam Discussions & Posts