From f91ff2ab27e28a9811c28d19dd40fadbce8991aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Czoma?= Date: Tue, 9 Jul 2024 10:21:42 -0400 Subject: [PATCH] Changed test script to always skip API check --- 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 866c309..cff1449 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"