Skip to content

Commit 186ce08

Browse files
author
Michael Lyons
committed
Add ACL test
1 parent 9f55aae commit 186ce08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

syntax_test_terraform-vars.tfvars

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@
6666
# ^ punctuation.definition.string.end.terraform
6767
# ^ -punctuation -string
6868

69+
"arn:aws:sns:us-east-1:123456789012:example-sns-topic-name"
70+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.terraform string.quoted.double.terraform
71+
# ^ punctuation.definition.string.begin.terraform
72+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variable.language.acl.terraform
73+
# ^ punctuation.separator.sequence.terraform
74+
# ^ punctuation.separator.sequence.terraform
75+
# ^ punctuation.separator.sequence.terraform
76+
# ^ punctuation.separator.sequence.terraform
77+
# ^ punctuation.separator.sequence.terraform
78+
# ^ punctuation.definition.string.end.terraform
79+
6980
a + b
7081
# ^ -keyword -operator
7182
# ^ keyword.operator.arithmetic.terraform

0 commit comments

Comments
 (0)