You ate making changes to existing Terraform code to add some new infrastructure. When is the best time to run terraform validate?
Correct Answer: C
This is the best time to run terraform validate, as it will check your code for syntax errors, typos, and missing arguments before you attempt to create a plan. The other options are either incorrect or unnecessary.