FormidableLabs / terraform-aws-serverless

Infrastructure support for Serverless framework apps, done the right way
https://registry.terraform.io/modules/FormidableLabs/serverless/aws
MIT License
144 stars 19 forks source link

Use explicit count.index for Terraform 0.12 #58

Closed tptee closed 5 years ago

tptee commented 5 years ago

Terraform 0.12 is more strict with count–if count was 1 in 0.11, it didn't make you use the count.index + splat syntax.

tptee commented 5 years ago

Going to merge with the revert to splat syntax since the explicit names break the dependencies between groups and their policy attachments!