summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_multiline_stanza.input
blob: 6a8b90230239684d3db59937d78d80b735515941 (plain)
1
2
3
4
5
6
7
8
9
10
# This is a multiline comment
# That has values like this:
#
#     ami-abcd1234
#
# Do not delete this comment

resource "aws_instance" "web" {
ami_id = "ami-abcd1234"
}