forked from ansible-lockdown/RHEL9-CIS
sync main.tf
This commit is contained in:
parent
b3cf41af6f
commit
d050db7fa9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.tf
vendored
3
.github/workflows/main.tf
vendored
|
|
@ -64,7 +64,7 @@ resource "aws_instance" "testing_vm" {
|
||||||
root_block_device {
|
root_block_device {
|
||||||
delete_on_termination = true
|
delete_on_termination = true
|
||||||
}
|
}
|
||||||
# SSH into instance - will ensure server is up before next step in workflows
|
# SSH into instance - will ensure server is up before next step in workflows
|
||||||
connection {
|
connection {
|
||||||
# Host name
|
# Host name
|
||||||
host = self.public_ip
|
host = self.public_ip
|
||||||
|
|
@ -101,4 +101,3 @@ resource "local_file" "inventory" {
|
||||||
audit_git_version: devel
|
audit_git_version: devel
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue