I am trying to upgrade terraform provider file in OCI but getting error , anyone has idea about fix . using ./init.sh --upgrade

Viewed 19

[ocidev@TFmgtServerv2 dev]$ ./init.sh -upgrade ******** iad *************************** /home/ocidev/ws/oraclegbudev/src/oci-admin/environments/dev/iad ******** network *********************** /home/ocidev/ws/oraclegbudev/src/oci-admin/environments/dev/iad/network ******** gbucs ************************* /home/ocidev/ws/oraclegbudev/src/oci-admin/environments/dev/iad/network/gbucs ******** vcns ************************** /home/ocidev/ws/oraclegbudev/src/oci-admin/environments/dev/iad/network/gbucs/vcns

  • terraform init -backend-config=backend-config.json -upgrade Upgrading modules...
  • global in ../../../../../../modules/network/gbucs/global-data
  • vcn in ../../../../../../modules/network/common/vcn.v1
  • vcn.scripts in ../../../../../../modules/network/common/scripts
  • vcn-clsvc1 in ../../../../../../modules/network/common/vcn.v2
  • vcn-clsvc1.scripts in ../../../../../../modules/network/common/scripts
  • vcn-clsvc2 in ../../../../../../modules/network/common/vcn.v2
  • vcn-clsvc2.scripts in ../../../../../../modules/network/common/scripts
  • vcn-clsvc3 in ../../../../../../modules/network/common/vcn.v2
  • vcn-clsvc3.scripts in ../../../../../../modules/network/common/scripts
  • vcn-shsvc in ../../../../../../modules/network/common/vcn.v2
  • vcn-shsvc.scripts in ../../../../../../modules/network/common/scripts

Initializing the backend...

Initializing provider plugins...

  • Checking for available provider plugins...

Provider "pe" not available for installation.

A provider named "pe" could not be found in the Terraform Registry.

This may result from mistyping the provider name, or the given provider may be a third-party provider that cannot be installed automatically.

In the latter case, the plugin must be installed manually by locating and downloading a suitable distribution package and placing the plugin's executable file in the following directory: terraform.d/plugins/linux_amd64

Terraform detects necessary plugins by inspecting the configuration and state. To view the provider versions requested by each module, run "terraform providers".

  • Downloading plugin for provider "template" (hashicorp/template) 2.2.0...
  • Downloading plugin for provider "null" (hashicorp/null) 3.1.1...

Error: no provider exists with the given name

Deleted object item [####################################] 100%

0 Answers
Related