From d050db7fa9916c73a27b1bc006e62c489a6a053d Mon Sep 17 00:00:00 2001 From: uk-bolly <69214557+uk-bolly@users.noreply.github.com> Date: Wed, 27 Jul 2022 11:45:08 +0100 Subject: [PATCH] sync main.tf --- .github/workflows/main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.tf b/.github/workflows/main.tf index 555f23d..d322cda 100644 --- a/.github/workflows/main.tf +++ b/.github/workflows/main.tf @@ -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 } -