summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_multiline_stanza.golden
blob: e9db4f2ae28d2711b1b24fc05dcc5b7988c09f16 (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"
}