From d88b1ae82e02782d475f6a06f581ccb4c7f7f9cd Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 18 Feb 2025 15:30:51 +0100 Subject: [PATCH] do terraform stuff in terraform dir --- .github/actions/e2e_emergency_ssh/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/e2e_emergency_ssh/action.yml b/.github/actions/e2e_emergency_ssh/action.yml index e071084f6..0592a3a22 100644 --- a/.github/actions/e2e_emergency_ssh/action.yml +++ b/.github/actions/e2e_emergency_ssh/action.yml @@ -18,9 +18,11 @@ runs: KUBECONFIG: ${{ inputs.kubeconfig }} run: | # Activate emergency ssh access to the cluster + pushd ./constellation-terraform echo "emergency_ssh = true" >> terraform.tfvars terraform apply -auto-approve lb="$(terraform output -raw loadbalancer_address)" + popd # write ssh config cat > ssh_config <