-
Notifications
You must be signed in to change notification settings - Fork 1k
terraform 0.12 not supported with release 2.4.0 #1341
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
Comments
neither 0.12.x nor 0.13.x without any communication ...... |
We're using
to make sure that allout breakage doesn't happen, but that assumes proper use of versions/tags by the provider (i.e. a bump of the major version in case of backwards incompatible changes). P.S. 2.4.0 also doesn't have a proper release here in the repo, only a tag |
Sorry for the disruption folks. This version constraint was not intentional and was carried over when we merged the kubernetes-alpha code into this repository. We have a hotfix incoming. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
All kubernetes resources that use the kubernetes provider.
Steps to Reproduce
Use terraform 0.12.31
terraform init
terraform apply
3: Output
Error: Incompatible terraform version
on .terraform/modules/ebs-csi-driver/kubernetes.tf line 1, in provider "kubernetes":
1: provider "kubernetes" {
This provider requires Terraform v0.14.8 or above
Expected Behavior
Kubernetes provider 2.3.2 runs without problems.
Actual Behavior
Error: Incompatible terraform version
on .terraform/modules/ebs-csi-driver/kubernetes.tf line 1, in provider "kubernetes":
1: provider "kubernetes" {
This provider requires Terraform v0.14.8 or above
The text was updated successfully, but these errors were encountered: