HashiCorp Certified: Terraform Associate — Question 25

When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)

Answer options

Correct answer: C

Explanation

The correct answer is C because when changes are made directly in the Azure Cloud Console, the current state file does not automatically update to reflect those changes. Options A, B, and D are incorrect because they suggest that the state file will be updated or a new one will be created, which is not the case when changes are made outside of Terraform.