Checking the OCI Terraform Provider Version

Verify the version of the OCI Terraform provider used by Resource Manager in the current region.

Note

You can also check this version using a Terraform command. For instructions, see Checking the Terraform and OCI Terraform Provider Versions.

The OCI Terraform provider documentation reflects the latest version. You can view documentation for earlier provider versions by visiting the Terraform Registry and selecting a specific version.

  1. On the Stacks list page, select the stack that you want to work with. If you need help finding the list page or the stack, see Listing Stacks.
  2. On the stack's details page, select Plan.

    The plan job automatically includes the version of OCI Terraform provider in its log.

    You can alternatively run an apply job, which also includes this version information in its log.

    The Plan panel opens.
  3. (Optional) Update the job name.
  4. Select Plan.
    A plan job starts. The new plan job is listed under Jobs. When the job is complete, the Job details page opens, with the log listed.
  5. On the Job details page, view the provider version listed in the job log.

    To access the job log from this page, select Logs under Resources.

    Example provider version:

    *provider.oci: version = "~> 4.23"

Was this article helpful?