HashiCorp Certified: Terraform Associate (003) — Question 12

When using Terraform to deploy resources into Azure, which scenarios are true regarding state files?

Answer options

Correct answer: D

Explanation

The correct answer is D because changes made directly in the Azure Cloud Console are not captured by Terraform, thus leaving the state file unchanged. Options A, B, and C are incorrect as they imply that Terraform tracks changes made outside of its management, which it does not do until it is explicitly informed through a plan or apply command.