When should you run terraform init?
Every time you run terraform apply
After you run terraform plan for the first time in a new Terraform project and before you run terraform apply
After you start coding a new Terraform project and before you run terraform plan for the first time
Before you start coding a new Terraform project
C. After you start coding a new Terraform project and before you run terraform plan for the first time