v0.20.0
Update versions.tf to support tf .14 @kiddom-kq (#105)
Adds support for Terraform 0..14
(currently in beta2
)
I've currently got it pinned to < 0.14.1
to be conservative. Can update to < 0.15
or similar.
what
- Bumps
versions.tf
to support terraform0.14
why
- I make extensive use of this label module (it's an amazing contribution to the TF ecosystem. Thank you!)
- I am currently running into an unrelated issue w/ TF
0.13
. The proposed workaround for that unrelated issue does not work for me at this time. - The solution is to use tf
0.14
which is in beta, now.
references
Fixes #104