arminc / terraform-ecs

AWS ECS terraform module
MIT License
803 stars 374 forks source link

Terraform v0.12.0, v0.13.0 support #34

Closed theogravity closed 4 years ago

theogravity commented 4 years ago

This PR builds on top of https://github.com/arminc/terraform-ecs/pull/26 (I applied as a patch) as I found out that the PR did not cover a lot of validation and deprecation issues.

I've tested it to work on 0.12.0 and 0.13.0 (which I think just got released this week), and made it compatible for publishing to the Terraform registry.

The changes are not backwards compatible with older versions.

Addresses https://github.com/arminc/terraform-ecs/issues/25

arminc commented 4 years ago

@theogravity Thank you very much for the PR, especially the testing part 👍