Provider "artifactory" not available for installation. #442
-
Not able to find the artifactory provider from https://releases.hashicorp.com/ ` % terraform init Initializing provider plugins...
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 In the latter case, the plugin must be installed manually by locating and Terraform detects necessary plugins by inspecting the configuration and state. `% cat main.tf provider "artifactory" { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looks like your terraform {
required_providers {
artifactory = {
source = "registry.terraform.io/jfrog/artifactory"
version = "6.21.3"
}
}
} |
Beta Was this translation helpful? Give feedback.
Looks like your
source
attribute has incorrect value.