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
The AWS EC2 deployment example fails with the following error...
` terraform init
Initializing modules...
Initializing the backend...
Initializing provider plugins...
Finding latest version of hashicorp/local...
Finding latest version of hashicorp/aws...
Finding latest version of hashicorp/tls...
Finding latest version of hashicorp/rke...
Installing hashicorp/local v2.2.3...
Installed hashicorp/local v2.2.3 (signed by HashiCorp)
Installing hashicorp/aws v4.40.0...
Installed hashicorp/aws v4.40.0 (signed by HashiCorp)
Installing hashicorp/tls v4.0.4...
Installed hashicorp/tls v4.0.4 (signed by HashiCorp)
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/rke: provider registry registry.terraform.io does not have a provider named
│ registry.terraform.io/hashicorp/rke
│
│ 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/rke, run the following command:
│ terraform providers`
I believe this is just an issue with the registry's endpoint not being correct, but I couldn't trace back to where that provider was configured. It is entirely possible I could be missing something as well...
The text was updated successfully, but these errors were encountered:
The AWS EC2 deployment example fails with the following error...
` terraform init
Initializing modules...
Initializing the backend...
Initializing provider plugins...
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/rke: provider registry registry.terraform.io does not have a provider named
│ registry.terraform.io/hashicorp/rke
│
│ 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/rke, run the following command:
│ terraform providers`
I believe this is just an issue with the registry's endpoint not being correct, but I couldn't trace back to where that provider was configured. It is entirely possible I could be missing something as well...
The text was updated successfully, but these errors were encountered: