jfrog/terraform-provider-project

Terraform import error for JFrog Project

RIC-CH-sergio-cruzado opened this issue · 2 comments

Describe the bug
A clear and concise description of what the bug is.

terraform import fail with error: "The configuration for provider["registry.terraform.io/jfrog/project"] depends on values that cannot be determined until apply."

Requirements for and issue

  • A fully functioning terraform snippet that can be copy&pasted (no outside files or ENV vars unless that's part of the issue)
  • [ X] Your version of artifactory (you can curl it at $host/artifactory/api/system/version: Artifactory 7.63.5
  • [ X] Your version of terraform: 1.4.6
  • JFrog project provider version: 1.1.16.

Expected behavior
A clear and concise description of what you expected to happen.

terraform import the project successfully.

Additional context
Add any other context about the problem here.

Hi @RIC-CH-sergio-cruzado! Could you please provide more details, like HCL config, so I can try to reproduce the issue?
Please, include all the resources you use with the project as well.

Hello,
I have updated the jfrog token used (the old one was also a valid token) in the provider config and the project was finally imported successfully. There must have been a transient error in the provider.