HashiCorp Certified: Terraform Associate — Question 86

A Terraform local value can reference other Terraform local values.

Answer options

Correct answer: A

Explanation

The correct answer is A because Terraform allows local values to reference each other, enabling more complex and manageable code. Option B is incorrect as it suggests that such references are not permissible, which goes against Terraform's capabilities.