From eec39ee2004bc8f2b5d29a6fc0869810cfa0f6bc Mon Sep 17 00:00:00 2001 From: Sean Rester Date: Tue, 5 Oct 2021 12:03:49 -0400 Subject: [PATCH] Fixing issue where release pipeline is referencing the wrong terraform variable. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a0b3c3f2a9..43d9eea96f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1116,7 +1116,7 @@ jobs: working-directory: automation/cluster run: | terraform init -backend-config ${{ matrix.test.backend_config }} - echo "::set-output name=instance_ip::$(terraform output -raw control_plane_public_ip)" + echo "::set-output name=instance_ip::$(terraform output -raw control_plane_private_ip)" - name: Run the test working-directory: automation/jumpbox