aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/terraform/multiple-attributes.tf
blob: da6a85fb0abe7305fe66be64f872f2f3c741fcdc (plain) (blame)
1
2
3
4
test {
  x = ["foo", "bar"]
  y = {"fizz": "buzz"}
}