We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Post EKS 1.27 upgradation getting the below error while creating the resource "kubectl_manifest" "constraint_template" using terraform.
It works fine with EKS 1.26
The text was updated successfully, but these errors were encountered:
I'm having the same issue
Sorry, something went wrong.
As mentioned in #270, this is a pretty much abandoned project. The fix has been rolled out in the fork
terraform { required_version = ">= 0.13" required_providers { kubectl = { source = "alekc/kubectl" version = ">= 2.0.2" } }
thanks @alekc, post using your kubectl provider issue is fixed.
No branches or pull requests
Post EKS 1.27 upgradation getting the below error while creating the resource "kubectl_manifest" "constraint_template" using terraform.
It works fine with EKS 1.26
The text was updated successfully, but these errors were encountered: