As a developer, you want to ensure your plugins are up to date with the latest versions. Which Terraform command should you use?
As a developer, you want to ensure your plugins are up to date with the latest versions. Which Terraform command should you use?
To ensure your plugins are up to date with the latest versions, you should use the command 'terraform init -upgrade'. This command reinitializes your Terraform configuration, updating the provider plugins to the newest available versions in the process.
A is the answer
A is correct
duplicate