aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/terraform/function_call.tf
blob: 44c477e48905d45479ae8cd4f3f7fb506bc92a5e (plain) (blame)
1
2
3
4
5
6
test {
  x = f(
    a,
    b,
  )
}