You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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
$
The text was updated successfully, but these errors were encountered:
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
Here is the output from "terraform init"
The text was updated successfully, but these errors were encountered: