Exam4Training

Terraform variable names are saved in the state file.

Terraform variable names are saved in the state file.
A . True
B . False

Answer: B

Explanation:

Terraform variable names are not saved in the state file, only their values are. The state file only stores the attributes of the resources and data sources that are managed by Terraform, not the variables that are used to configure them.

Exit mobile version