What features does the hosted service Terraform Cloud provide? (Choose two.)
Answer(s): C,D
https://www.terraform.io/docs/enterprise/admin/automated-recovery.html https://www.terraform.io/docs/language/state/remote.html
Where does the Terraform local backend store its state?
Answer(s): C
The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.
https://www.terraform.io/docs/language/settings/backends/local.html
Which option can not be used to keep secrets out of Terraform configuration files?
Answer(s): D
https://secrethub.io/blog/secret-management-for-terraform/
What is one disadvantage of using dynamic blocks in Terraform?
https://github.com/hashicorp/terraform/issues/19291
Only the user that generated a plan may apply it.
Answer(s): B
Share your comments for HashiCorp Terraform Associate exam with other users:
question 14 - run terraform import: this is the recommended best practice for bringing manually created or destroyed resources under terraform management. you use terraform import to associate an existing resource with a terraform resource configuration. this ensures that terraform is aware of the resource, and you can subsequently manage it with terraform.
good one nice
nice questions