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

no provider found for Docker #1329

Closed
AHaymond opened this issue Nov 25, 2024 · 0 comments
Closed

no provider found for Docker #1329

AHaymond opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AHaymond
Copy link

Thank you for reporting an issue.

Getting error when running init with docker provider:

missing registry.opentofu.org/hashicorp/docker

│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/docker: provider registry registry.opentofu.org does not have a
│ provider named registry.opentofu.org/hashicorp/docker

OpenTofu Version

OpenTofu v1.7.2
on linux_amd64

OpenTofu Configuration Files

data "aws_ecr_authorization_token" "token" {}

provider "docker" {
  registry_auth {
    address  = data.aws_ecr_authorization_token.token.proxy_endpoint
    username = data.aws_ecr_authorization_token.token.user_name
    password = data.aws_ecr_authorization_token.token.password
  }
}
@AHaymond AHaymond added the bug Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant