QuestionQ138
Core Terraform workflowWhen should you execute terraform init?
- A After you start coding a new Terraform project, and before you run terraform plan for the first time.
- B Every time you run terraform apply.
- C Before you start coding a new Terraform project.
- D After you run terraform plan for the first time in a new Terraform project, and before you run terraform apply.
Community Discussion