QuestionQ6
Core Terraform workflowAs a developer, you want to make sure your plugins are current with the latest versions.
Which Terraform command should you run?
- A terraform apply -upgrade
- B terraform providers -upgrade
- C terraform init -upgrade
- D terraform refresh -upgrade
Community Discussion