TERRAFORM-ASSOCIATE-004 · Question #203
Terraform variables and outputs that set the description argument will store that description in the state file.
The correct answer is B. False. The description argument for Terraform variables and outputs is purely for documentation purposes and is not stored in the Terraform state file. Terraform variables and outputs can have descriptions for readability and clarity in .tf files. However, these descriptions are not ret
Question
Options
- ATrue
- BFalse
How the community answered
(33 responses)- A6% (2)
- B94% (31)
Explanation
The description argument for Terraform variables and outputs is purely for documentation purposes and is not stored in the Terraform state file. Terraform variables and outputs can have descriptions for readability and clarity in .tf files. However, these descriptions are not retained in the Terraform state file. The state file only stores actual values and references needed for resource management, not metadata such as
Topics
Community Discussion
No community discussion yet for this question.