All standard backend types support state storage, locking, and remote operations like plan, apply and destroy.
Answer(s): B
https://www.terraform.io/docs/language/settings/backends/remote.html
How can terraform plan aid in the development process?
Answer(s): A
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?
What is the name assigned by Terraform to reference this resource?
You're building a CI/CD (continuous integration/ continuous delivery) pipeline and need to inject sensitive variables into your Terraform run.How can you do this safely?
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