Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Added private_vlan_id to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
umarali-nagoor committed Aug 13, 2021
1 parent 244b27f commit c82a9d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/validate_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions test/cluster_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func TestAccIBMClusterE2E(t *testing.T) {
"flavor": "b3c.16x64",
"worker_pool_name": "workerPoolDemo",
"region": "us-south",
"private_vlan_id": "2988890",
},
})

Expand Down

0 comments on commit c82a9d7

Please sign in to comment.