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