-
-
Notifications
You must be signed in to change notification settings - Fork 320
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 versions.tf to support tf .14 #105
Conversation
Adds support for Terraform `0..14` (currently in `beta2`)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments
Thanks for the super fast turn around! Glad to see you're no longer using ceilings for versions. i'll have an updated commit in a moment. |
/rebuild-readme |
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @kiddom-kq
@aknysh Any changes to null-label should include an update to context.tf to use the new version and its new functionality (if any). |
Adds support for Terraform
0..14
(currently inbeta2
)I've currently got it pinned to
< 0.14.1
to be conservative. Can update to< 0.15
or similar.what
versions.tf
to support terraform0.14
why
0.13
. The proposed workaround for that unrelated issue does not work for me at this time.0.14
which is in beta, now.references
Fixes #104