blob: 46a16717591ca8237a65f7ce2d9a001b804fac4a [file] [log] [blame]
resource "aws_instance" "foo" {
connection {
user = "test"
}
provisioner "shell" {
test_string = "test"
}
}