From 6ea1f32ae9f0b4bbec3fbb39a67523bf0b406604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Czoma?= Date: Tue, 9 Jul 2024 10:24:48 -0400 Subject: [PATCH] Hardcoded skip API check into test script --- ci/scripts/test-module.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/test-module.sh b/ci/scripts/test-module.sh index e40264a..9b3ced4 100755 --- a/ci/scripts/test-module.sh +++ b/ci/scripts/test-module.sh @@ -9,6 +9,7 @@ cat main.tf terraform init terraform validate # Create +export SOLACEBROKER_SKIP_API_CHECK=true terraform plan $2 terraform apply -auto-approve $2 # terraform plan $2 | grep "No changes"