blob: dadabd882c01f3ce714108b8d27ae1f36491b908 [file] [log] [blame]
resource "aws_instance" "foo" {
num = "2"
provisioner "shell" {
foo = "bar"
}
}