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