updated local-exec

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-26 16:40:12 +01:00
parent f93f584f40
commit 80d0deb80d
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -71,7 +71,7 @@ resource "aws_instance" "testing_vm" {
type = "ssh"
}
provisioner "remote-exec" {
inline = [ "echo hello_world"]
command = "echo 'hello_world'"
}
}