telia-oss / terraform-aws-ecs-fargate

Terraform module which creates Fargate ECS resources on AWS.
https://registry.terraform.io/modules/telia-oss/ecs-fargate/aws
MIT License
82 stars 75 forks source link

Avoid breaking permissions by accidental provider upgrade #40

Closed larstobi closed 3 years ago

larstobi commented 3 years ago

Partial fix for #39 .

This will prevent accidentally breaking your permissions when you upgrade to v3 aws provider.

Next PR will include minimum version requirement of v3 and contain a code fix.