forked from ansible-lockdown/RHEL9-CIS
updated local-exec
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
f93f584f40
commit
80d0deb80d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.tf
vendored
2
.github/workflows/main.tf
vendored
|
|
@ -71,7 +71,7 @@ resource "aws_instance" "testing_vm" {
|
|||
type = "ssh"
|
||||
}
|
||||
provisioner "remote-exec" {
|
||||
inline = [ "echo hello_world"]
|
||||
command = "echo 'hello_world'"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue