-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
[Bug]: Empty or no provider information leads to error #1105
Comments
+1 same problem, but I just reduced the count of nodes |
Same here with Terraform v1.6.4-dev, will look into it now EDIT: Setting this fixes the issue: terraform {
required_version = ">= 1.5.0"
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = ">= 1.43.0"
}
github = {
source = "integrations/github"
version = ">= 5.38.0, < 5.41.0"
}
}
} @mysticaltech And indeed the |
@aleksasiriski My bad, it was part of #1104, I was over confident that it had been fixed, as I did a test deploy and it went through. Sorry folks! Fixing now. |
@maggie44 @maximen39 @aleksasiriski Fixed in v2.10.1. My bad again, will be more careful next time. |
Description
Does version 2.10.0 reintroduce this issue? I see in the changes the limits on the GitHub upper version was removed and now seeing the issue.
Terraform version
1.5.7
(latest doesn't work with S3 so having to stay on 1.5.7)integrations/terraform-provider-github#2008 (comment)
Kube.tf file
N/A
Screenshots
No response
Platform
Linux
The text was updated successfully, but these errors were encountered: