HashiCorp Certified: Terraform Associate — Question 331

Terraform variable names are saved in the state file.

Answer options

Correct answer: B

Explanation

The correct answer is B because Terraform state files do not store variable names; instead, they store the current state of resources managed by Terraform. Option A is incorrect as it suggests that variable names are part of the state file, which they are not.