-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update to be compatible with terraform 1.3.0+ #988
Comments
In the interest of completeness, per https://www.hashicorp.com/blog/terraform-1-3-improves-extensibility-and-maintainability-of-terraform-modules it appears that optional attributes have "graduated" as a supported feature, so are still available but no longer experimental. |
yes, but the |
(working on a possible patch) |
@bryantbiggs will the possible fix available with TF 1.3.0 ? |
I'm not sure I follow - the fix should relax the version window back to |
That is one way to go, but the feature was finalized (with minor changes) for 1.3.0. If you didn't want to use the feature, why opt into the experiment at all? The link above to ondat/terraform-eksblueprints-ondat-addon#11 leads back to my branch of this repo. However, if you did choose to rework this repo's modules not to use the optional object key feature at all, that would:
|
The addition of the experiments to this project was before my time so I can't comment there. The issue with this is not around using or not using, its about the one way directionality. If we ignore the That said, I am looking to see if we can re-work the code to remove the experiment and replicate the functionality without introducing any breaking changes and open back up support for >= 1.0 - stay tuned |
Community Note
What is the outcome that you are trying to reach?
Current scripts use an experimental feature that was depreciated in 1.3.0.
Terraform 1.3.0
`
Terraform 1.2.9
`
Describe the solution you would like
Update so scripts will work with latest version of terraform.
Describe alternatives you have considered
It is possible to run terraform v1.2.9.
Additional context
The text was updated successfully, but these errors were encountered: