Exam Terraform-Associate-003 Topic 3 Question 5 Discussion
Actual exam question for HashiCorp's Terraform-Associate-003 exam
Question #: 5
Topic #: 3
Question #: 5
Topic #: 3
Terraform variables and outputs that set the description argument will store that description in the state file.
Suggested Answer: B Vote an answer
Comprehensive and Detailed in-Depth Explanation:The description argument for Terraform variables and outputs is purely for documentation purposes and isnotstored 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 descriptions.
Official Terraform Documentation Reference:Terraform Variables - HashiCorp Documentation Terraform Outputs - HashiCorp Documentation
* 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 descriptions.
Official Terraform Documentation Reference:Terraform Variables - HashiCorp Documentation Terraform Outputs - HashiCorp Documentation
by Uknown69CYP at Mar 22, 2025, 03:33 PM
0
0
0
10
Comments
Uknown69CYP
2025-03-22 15:33:46Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).