Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 258

Define the purpose of state in Terraform.

    Correct Answer: D

    State maps real world resources to your configuration and keeps track of metadata. This is essential in Terraform's operation as it allows Terraform to manage the infrastructure effectively by knowing the current state of resources, handling updates, and detecting changes.

Discussion
DevoteamAnalytixOption: D

https://developer.hashicorp.com/terraform/language/state/purpose#mapping-to-the-real-world https://developer.hashicorp.com/terraform/language/state/purpose#metadata

AWS_cert2023Option: D

The answer D.

March2023Option: D

meta data