HashiCorp Certified: Terraform Associate — Question 265

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

Answer options

Correct answer: B

Explanation

The correct answer is B. In Terraform, the 'description' argument is used for documentation purposes and is not stored in the state file. Therefore, the statement that it will store the description in the state file is false.