Closed tptee closed 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.
count
count.index
Going to merge with the revert to splat syntax since the explicit names break the dependencies between groups and their policy attachments!
Terraform 0.12 is more strict with
count
–ifcount
was 1 in 0.11, it didn't make you use thecount.index
+ splat syntax.