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