Which of the following is not a key principle of infrastructure as code?
Answer(s): B
https://docs.microsoft.com/en-us/azure/devops/learn/what-is-infrastructure-as-code#:~:text=Idempotence%20is%20a%20principle%20of,of%20the%20environment's%20starting%20state.
Terraform variables and outputs that set the "description" argument will store that description in the state file.
What is the provider for this fictitious resource?
Answer(s): C
https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html
If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
Answer(s): A
What is not processed when running a terraform refresh?
https://www.terraform.io/docs/cli/commands/refresh.html
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