atlassian / terraform-provider-artifactory

Terraform provider to manage Artifactory
Apache License 2.0
89 stars 42 forks source link

Update index.html.markdown #89

Open danielmkn opened 4 years ago

danielmkn commented 4 years ago

'/artifactory' needs to be added to the URL value, otherwise user will get 404.

atlassian-cla-bot[bot] commented 4 years ago

Hooray! All contributors have signed the CLA.

bclodius commented 3 years ago

@danielmkn In my case I also had to add https:// not sure if it defaults to http://

provider "artifactory" {
  url      = "https://artifactory.some.corporation.com/artifactory/"
  username = "redacted"
  password = "redacted"
}