Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install this provider on a Linux environment (Redhat 7) #14

Open
tchia04 opened this issue Feb 20, 2018 · 1 comment
Open

How to install this provider on a Linux environment (Redhat 7) #14

tchia04 opened this issue Feb 20, 2018 · 1 comment

Comments

@tchia04
Copy link

tchia04 commented Feb 20, 2018

Where can I get the binary of the artifactory provider so I can place it under terraform.d/plugins/linux_amd64?

Here is my tf file

variable "artifactory_username" {}
variable "artifactory_password" {}
variable "artifactory_url" {}

provider "artifactory" {
  username = "${var.artifactory_username}"
  password = "${var.artifactory_password}"
  url      = "${var.artifactory_url}"
}

Here is the output from "terraform init"

$terraform init

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

Provider "artifactory" not available for installation.

A provider named "artifactory" 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".

$terraform providers
.
└── provider.artifactory

$
@zariye
Copy link

zariye commented Apr 23, 2018

have u figured it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants