Skip to content

Provider "artifactory" not available for installation. #442

Answered by alexhung
eric-lopez asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like your source attribute has incorrect value.

terraform {
  required_providers {
    artifactory = {
      source  = "registry.terraform.io/jfrog/artifactory"
      version = "6.21.3"
    }
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexhung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants