Retrieving the Latest Providers

Within the version constraints of the Terraform configuration, retrieve the latest versions available from the configured source of Terraform providers when running a job. You can retrieve the latest providers when running the following types of jobs: plan, apply, destroy, import state, and run drift detection.

When retrieving latest versions of providers for a job, Resource Manager automatically manages dependency lock files for the stack.

This step is required if provider versions in the Terraform configuration changed since the last time a job was run on the stack. Providers are updated within the version constraints of the Terraform configuration.

Before You Begin

Review prerequisites for retrieving the latest providers.