OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / comment_aligned.input
1 aligned {
2 # We have some aligned items below
3    foo = "fatih" # yoo1
4    default = "bar" # yoo2
5    bar = "bar and foo" # yoo3
6    default  = {
7      bar = "example"
8    }
9   #deneme arslan
10    fatih = ["fatih"] # yoo4
11         #fatih arslan
12    fatiharslan = ["arslan"] // yoo5
13    default  = {
14      bar = "example"
15    }
16
17 security_groups = [
18         "foo",    # kenya 1
19         "${aws_security_group.firewall.foo}", # kenya 2
20 ]
21
22 security_groups2 = [
23         "foo",    # kenya 1
24         "bar",  # kenya 1.5
25         "${aws_security_group.firewall.foo}", # kenya 2
26         "foobar", # kenya 3
27 ]
28 }