blob: af12124b3fa7e4e61f5ea237026ceb29382a9f0f [file] [log] [blame]
provider "aws" {
foo = "bar"
}
resource "aws_instance" "test" {
provisioner "shell" {
test_string = "foo"
}
}