OSDN Git Service

versoin1.1.9 (#594)
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / comment_multiline_stanza.input
1 # This is a multiline comment
2 # That has values like this:
3 #
4 #     ami-abcd1234
5 #
6 # Do not delete this comment
7
8 resource "aws_instance" "web" {
9 ami_id = "ami-abcd1234"
10 }