FILL BLANK Which flag would you add to terraform plan to save the execution plan to a file?Type your answer in the field provided. The text field is not case-sensitive and all variations of the correct answer are accepted.
Answer(s): A
https://www.terraform.io/docs/cli/commands/plan.html
FILL BLANK What is the name of the default file where Terraform stores the state?Type your answer in the field provided. The text field is not case-sensitive and all variations of the correct answer are accepted.
https://www.terraform.io/docs/language/state/index.html
A Terraform local value can reference other Terraform local values.
https://www.terraform.io/docs/configuration-0-11/locals.html
Which of the following is not a valid Terraform collection type?
Answer(s): C
https://www.terraform.io/docs/language/expressions/type-constraints.html
When running the command terraform taint against a managed resource you want to force recreation upon, Terraform will immediately destroy and recreate the resource.
Answer(s): B
https://www.devopsschool.com/blog/terraform-taint-and-untaint-explained-with-example-programs-and-tutorials/
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