Topic 1 · Question 224 of 368
When should you run terraform init?
The correct answer is C. Option C: After you start coding a new Terraform project and before you run terraform plan for the first time
Explanation
terraform plan compares configuration and state with real infrastructure and previews the proposed changes without applying them.