sync main.tf

This commit is contained in:
uk-bolly 2022-07-27 11:45:08 +01:00 committed by GitHub
parent b3cf41af6f
commit d050db7fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ resource "aws_instance" "testing_vm" {
root_block_device {
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 {
# Host name
host = self.public_ip
@ -101,4 +101,3 @@ resource "local_file" "inventory" {
audit_git_version: devel
EOF
}