When does terraform apply reflect changes in the cloud environment?
Answer(s): B
How would you reference the "name" value of the second instance of this fictitious resource?
https://www.terraform.io/docs/configuration-0-11/interpolation.html
A Terraform provider is not responsible for:
https://www.terraform.io/docs/configuration-0-11/providers.html
Terraform provisioners can be added to any resource block.
Answer(s): A
https://www.terraform.io/docs/language/resources/provisioners/syntax.html
What is terraform refresh intended to detect?
Answer(s): C
https://www.hashicorp.com/blog/detecting-and-managing-drift-with-terraform
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