blob: e9db4f2ae28d2711b1b24fc05dcc5b7988c09f16 [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"
}