QuestionQ105
Core Terraform workflowYou have just upgraded a provider version in an existing Terraform configuration. What will install the new provider?
- A Run terraform plan.
- B Run terraform apply.
- C Run terraform init -upgrade.
- D Run terraform refresh.
Community Discussion