From c82a9d73e3bbcc12ecbbf332eb91db3b47c6ad71 Mon Sep 17 00:00:00 2001 From: umarali-nagoor Date: Fri, 13 Aug 2021 18:47:34 +0530 Subject: [PATCH] Added private_vlan_id to test file --- .github/workflows/validate_terraform.yml | 9 --------- test/cluster_e2e_test.go | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/validate_terraform.yml b/.github/workflows/validate_terraform.yml index a57a289..64962d4 100644 --- a/.github/workflows/validate_terraform.yml +++ b/.github/workflows/validate_terraform.yml @@ -37,12 +37,3 @@ jobs: - name: terraform fmt check # perform format checks run: terraform fmt -list=true -write=false -check -recursive - - - uses: 8398a7/action-slack@v2 - with: - status: ${{ job.status }} - author_name: Integration Test # default: 8398a7@action-slack - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # optional - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required - if: always() # Pick up events even if the job fails or is canceled. diff --git a/test/cluster_e2e_test.go b/test/cluster_e2e_test.go index a92414e..d3cea46 100644 --- a/test/cluster_e2e_test.go +++ b/test/cluster_e2e_test.go @@ -27,6 +27,7 @@ func TestAccIBMClusterE2E(t *testing.T) { "flavor": "b3c.16x64", "worker_pool_name": "workerPoolDemo", "region": "us-south", + "private_vlan_id": "2988890", }, })