blob: 85b58ff94dc1a18fe80c764e607f9b13e1944992 [file] [log] [blame]
resource "aws_instance" "bar" {
provisioner "shell" {
foo = "bar"
}
}