Free Terraform Associate Exam Braindumps (page: 18)

Page 17 of 88

When running the command terraform taint against a managed resource you want to force recreation upon, Terraform will immediately destroy and recreate the resource.

  1. True
  2. False

Answer(s): B

Explanation:


Reference:

https://www.devopsschool.com/blog/terraform-taint-and-untaint-explained-with-example-programs-and-tutorials/



All standard backend types support state storage, locking, and remote operations like plan, apply and destroy.

  1. True
  2. False

Answer(s): B

Explanation:


Reference:

https://www.terraform.io/docs/language/settings/backends/remote.html



How can terraform plan aid in the development process?

  1. Validates your expectations against the execution plan without permanently modifying state
  2. Initializes your working directory containing your Terraform configuration files
  3. Formats your Terraform configuration files
  4. Reconciles Terraform's state against deployed resources and permanently modifies state using the current status of deployed resources

Answer(s): A

Explanation:


Reference:

https://github.com/hashicorp/terraform/issues/19235



You would like to reuse the same Terraform configuration for your development and production environments with a different state file for each.
Which command would you use?

  1. terraform import
  2. terraform workspace
  3. terraform state
  4. terraform init

Answer(s): B






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

Terraform Associate Exam Discussions & Posts