Commit d194797
committed
Remove syntax that results in lists within lists
In v0.11, Terraform allows [] around values known to be lists, essentially resulting in a nested list that is implicitly flattened by Terraform.
In v0.12, this is no longer the case. If a value is known to be a list, it is no longer
necessary to wrap it in [].1 parent ecf943c commit d194797
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
0 commit comments