aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/terraform/function_call.tf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/terraform/function_call.tf')
-rw-r--r--tests/indent/terraform/function_call.tf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/terraform/function_call.tf b/tests/indent/terraform/function_call.tf
new file mode 100644
index 000000000..44c477e48
--- /dev/null
+++ b/tests/indent/terraform/function_call.tf
@@ -0,0 +1,6 @@
+test {
+ x = f(
+ a,
+ b,
+ )
+}