forked from ansible-lockdown/RHEL9-CIS
updated remote-exec
This commit is contained in:
parent
8178261ea7
commit
dbd3ab706d
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