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

AWS EC2 Example Failure #366

Open
ecda909 opened this issue Nov 18, 2022 · 0 comments
Open

AWS EC2 Example Failure #366

ecda909 opened this issue Nov 18, 2022 · 0 comments

Comments

@ecda909
Copy link

ecda909 commented Nov 18, 2022

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant