Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 258


Define the purpose of state in Terraform.

Show Answer
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

4 comments
Sign in to comment
DevoteamAnalytixOption: D
Jun 26, 2023

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

AWS_cert2023
Jun 22, 2023

The answer D.

March2023Option: D
Jun 22, 2023

meta data

090200fOption: D
Aug 2, 2024

keeps track of metadata is the key word regarding state file