blob: 6a8b90230239684d3db59937d78d80b735515941 [file] [log] [blame]
# 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"
}