lablabs / terraform-aws-eks-external-dns

Apache License 2.0
33 stars 26 forks source link

Support TF 0.14.x #16

Closed whume closed 3 years ago

whume commented 3 years ago

I think I am hitting this bug in the modules due to the use of the dynamic providers but I cannot test to confirm since the modules do not support Terraform 0.14. Can we add support for that?

https://github.com/hashicorp/terraform-provider-helm/issues/476

haad commented 3 years ago

Sure if we are open to merge any PR TF 0.14 if you have any time on your hands. Just make sure you bump major version.

joaoantunes commented 3 years ago

I've made a fork and pull request to support this. #17 While this is not available by this branch I've also published that to Terraform repository.

dojci commented 3 years ago

Sorry for the delay, terraform 0.14 is now supported #19 (release v0.6.0)