forked from ansible-lockdown/RHEL9-CIS
updated remote-exec
This commit is contained in:
parent
dbd3ab706d
commit
b1daec8c24
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"
|
type = "ssh"
|
||||||
}
|
}
|
||||||
provisioner "remote-exec" {
|
provisioner "remote-exec" {
|
||||||
command = "echo 'hello world'"
|
inline = [
|
||||||
|
"echo 'hello_world'",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue