blob: 7bb1380e65fda1215315893fdaa084f32b5b56de [file] [log] [blame]
resource "aws_instance" "web" {
ami = "ami-1234"
security_groups = [
"foo",
"bar",
]
}