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

Getting error on terraform init: The "artifactory" backend is not supported in Terraform v1.3 or later #31837

Closed
relgames opened this issue Sep 21, 2022 · 3 comments
Labels
bug new new issue not yet triaged question

Comments

@relgames
Copy link

Terraform Version

Terraform v1.3.0
on darwin_amd64

Terraform Configuration Files

terraform {
  required_providers {
    google = {
      source  = "hashicorp/google"
      version = ">= 3.81.0"
    }
  }

  backend "artifactory" {
    url = "https://internal.host.com/artifactory"
    repo = "rnd-terraform"
    subpath = "tf-agents"
  }
}

Debug Output

https://gist.github.com/relgames/6e91cb0da37c524d5d70e333629de2d4

Expected Behavior

terraform init should work, like it worked in v1.0.11

Actual Behavior

terraform init outputs an error

Steps to Reproduce

  1. terraform init

Additional Context

No response

References

No response

@relgames relgames added bug new new issue not yet triaged labels Sep 21, 2022
@relgames relgames changed the title Unab Getting error on terraform init: The "artifactory" backend is not supported in Terraform v1.3 or later Sep 21, 2022
@bootswithdefer
Copy link

According to the release notes, it was removed. #31711
https://github.com/hashicorp/terraform/blob/v1.3/CHANGELOG.md

@jbardin
Copy link
Member

jbardin commented Sep 21, 2022

Sorry about the confusion @relgames, yes, v1.3 removed the deprecated artifactory backend. Since this does not represent a bug in Terraform, I'm going to close the issue. If you have more questions it's better to use the community forum where there are more people ready to help.

Thanks!

@jbardin jbardin closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2022
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug new new issue not yet triaged question
Projects
None yet
Development

No branches or pull requests

4 participants