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

why the terraform provider param is null? It can't find in terraform repository. #138

Open
leeBT opened this issue Jul 7, 2022 · 1 comment

Comments

@leeBT
Copy link

leeBT commented Jul 7, 2022

why the terraform provider param is null? It can't find in terraform repository.
Error: Failed to query available provider packages

│ Could not retrieve the list of available versions for provider hashicorp/null: provider
│ registry.terraform.io/hashicorp/null was not found in any of the search locations

│ - D:/DevTools/terraform/plugins

@leeBT
Copy link
Author

leeBT commented Jul 7, 2022

terraform {
required_version = ">= 0.13.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 2.0"
}
null = {
source = "hashicorp/null"
version = ">= 2.0"
}
}
}

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

No branches or pull requests

1 participant