Skip to content

Commit

Permalink
Hardcoded skip API check into test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Jul 9, 2024
1 parent 1e9d5b0 commit 6ea1f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/test-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ea1f32

Please sign in to comment.