Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

terraform init on bare Metal linux 7.4 looking for provide pluggins

User_CMK65Jan 4 2018 — edited Jan 5 2018

Hi Team,

I am not ablle to run command terraform init and its looking for provider pluggins on Oracle linux 7.4

i have followed the process from https://github.com/oracle/terraform-provider-oci   as per this doc for the Terraform v0.11.1 dont require pluggins configuration.

i have donwloaded linux.tar.zip unzip it on linux and added TF_PLUGIN_DIR= path in /.bashrc but still no luck

how i suppose to configure provider pluggins. please help me to configure the same

Error appeared:

[root@Server tf_oci_jde]# terraform init

Initializing modules...

- module.create_vcn

- module.create_node1

- module.create_node2

Initializing provider plugins...

- Checking for available provider plugins on https://releases.hashicorp.com...

"Provider "oci" not available for installation.

A provider named "oci" could not be found in the official repository.

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".

Comments
Post Details
Added on Jan 4 2018
5 comments
827 views