arminc / terraform-ecs

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

Terraform v0.12.0, v0.13.0 support #33

Closed theogravity closed 3 years ago

theogravity commented 3 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

theogravity commented 3 years ago

Creating a new PR as this one has diverged quite a bit