You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/internal: provider registry registry.opentofu.org does not have a
│ provider named registry.opentofu.org/hashicorp/internal
│
│ All modules should specify their required_providers so that external
│ consumers will get the correct providers when using a module. To see which
│ modules are currently depending on hashicorp/internal, run the following
│ command:
│ tofu providers
│
│ If you believe this provider is missing from the registry, please submit a
│ issue on the OpenTofu Registry
│ https://github.com/opentofu/registry/issues/new/choose
╵
14:33:25.289 STDOUT tofu: Providers required by configuration:
14:33:25.290 STDOUT tofu: .
14:33:25.290 STDOUT tofu: ├── provider[registry.opentofu.org/hashicorp/vault] 3.24.0
14:33:25.290 STDOUT tofu: ├── provider[registry.opentofu.org/hashicorp/aws] 5.61.0
14:33:25.290 STDOUT tofu: ├── module.private_link
14:33:25.290 STDOUT tofu: │ ├── provider[registry.opentofu.org/hashicorp/internal]
14:33:25.290 STDOUT tofu: │ └── provider[registry.opentofu.org/hashicorp/aws] 5.61.0
14:33:25.290 STDOUT tofu: ├── module.read_secrets
14:33:25.290 STDOUT tofu: │ └── provider[registry.opentofu.org/hashicorp/vault] 3.24.0
14:33:25.290 STDOUT tofu: └── module.wafv2
14:33:25.290 STDOUT tofu: └── provider[registry.opentofu.org/hashicorp/aws] 5.61.0
Hi, hashicorp/internal is not an actual provider. Can you look at your module.private_link for where it might be trying to refer to a "internal" provider?
Thank you for reporting an issue.
OpenTofu Version
The text was updated successfully, but these errors were encountered: