blob: ba35b034377a734f7011187eb3c34713c86dd595 [file] [log] [blame]
resource "aws_instance" "foo" {
count = 2
foo = "foo"
}