-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Follow the provider documentation exactly:
% terraform plan
╷
│ Error: Inconsistent dependency lock file
│
│ The following dependency selections recorded in the lock file are inconsistent with the current configuration:
│ - provider registry.terraform.io/hashicorp/myfrog: required by this configuration but no version is selected
│ - provider registry.terraform.io/jfrog/myjfrog: required by this configuration but no version is selectedNote: terraform detects the provider "myjfrog" block as a terraform provider without a namespace. This error is the same whether you run terraform plan, apply, or init.
Requirements for and issue
- A description of the bug - Self explanatory
- A fully functioning terraform snippet that can be copy&pasted (no outside files or ENV vars unless that's part of the issue). - https://registry.terraform.io/providers/jfrog/myjfrog/latest/docs
- Your version of terraform - v1.10.4
- Your version of terraform provider - 1.0.0
Expected behavior
No errors.
Additional context
Remove the:
provider {
}
block and it will work as expected.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working