Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 111

You just upgraded the version of a provider in an existing Terraform project. What do you need to do to install the new provider?

    Correct Answer: B

    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.

Discussion
HizumiOption: B

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

Prince_devopsOption: B

Answer is B

Tyler2023

https://developer.hashicorp.com/terraform/tutorials/configuration-language/provider-versioning#upgrade-the-aws-provider-version

IK912Option: B

its B, I tried this

Ni33Option: B

BBBBBBBB

srcntpcOption: B

Answer is B.

hectordjOption: B

Answer is B.

BortolotoOption: B

Answer is B.