From 7992d719d78c0486bf4105fa27597e7b9d5865cd Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Fri, 22 Dec 2023 08:27:29 +0100 Subject: [PATCH] debug --- .github/workflows/e2e-test-provider-example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test-provider-example.yml b/.github/workflows/e2e-test-provider-example.yml index add5feba32e..7c93e6d68ca 100644 --- a/.github/workflows/e2e-test-provider-example.yml +++ b/.github/workflows/e2e-test-provider-example.yml @@ -251,11 +251,12 @@ jobs: shell: bash run: | terraform init + set -x if [[ "${{ inputs.providerVersion }}" == "azure" ]]; then terraform apply -target module.azure_iam -auto-approve terraform apply -target module.azure_infrastructure -auto-approve ./constellation maa-patch "$(terraform output -raw maa_url)" - TF_LOG=INFO terraform apply -target constellation_cluster.azure_example -auto-approve + terraform apply -target constellation_cluster.azure_example -auto-approve else TF_LOG=INFO terraform apply -auto-approve fi