You just upgraded the version of a provider in an existing Terraform project. What do you need to do to install the new provider?
You just upgraded the version of a provider in an existing Terraform project. What do you need to do to install the new provider?
To install the new provider after upgrading its version in an existing Terraform project, you need to run 'terraform init -upgrade'. This command reinitializes the Terraform working directory and updates providers to the latest version allowed within the version constraints specified in the configuration.
Answer is B. [-upgrade] - Opt to upgrade modules and plugins as part of their respective installation steps. See the sections below for more details. Reference: https://www.terraform.io/cli/commands/init#upgrade
Answer is B
https://developer.hashicorp.com/terraform/tutorials/configuration-language/provider-versioning#upgrade-the-aws-provider-version
its B, I tried this
BBBBBBBB
Answer is B.
Answer is B.
Answer is B.