Skip to content

Commit b2ed6b1

Browse files
author
Steven Nemetz
committed
Failed test. Make a feature request
1 parent db7fbb6 commit b2ed6b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,10 @@ locals {
7474
}"]
7575
*/
7676
}
77+
78+
/* locals doesn't currently support count
79+
locals {
80+
count = "${length(keys(local.tags))}"
81+
tag_asg = "${map("key", element(keys(local.tags),count.index), "value", element(values(local.tags),count.index), "propagate_at_launch", true)}"
82+
}
83+
*/

0 commit comments

Comments
 (0)