nerdexam
HashiCorp

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

Submitted by fatima_kr· Apr 18, 2026Manage Terraform State

Question

Terraform variables and outputs that set the description argument will store that description in the state file.

Options

  • ATrue
  • BFalse

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    94% (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

#Terraform state file#Input variables#Output values#Configuration vs. State

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice