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

Commit b1c2a2f

Browse files
Added private_vlan_id to test file
1 parent 29ccc50 commit b1c2a2f

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/validate_terraform.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,3 @@ jobs:
3737
-
3838
name: terraform fmt check # perform format checks
3939
run: terraform fmt -list=true -write=false -check -recursive
40-
41-
- uses: 8398a7/action-slack@v2
42-
with:
43-
status: ${{ job.status }}
44-
author_name: Integration Test # default: 8398a7@action-slack
45-
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # optional
47-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
48-
if: always() # Pick up events even if the job fails or is canceled.

test/cluster_e2e_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func TestAccIBMClusterE2E(t *testing.T) {
2727
"flavor": "b3c.16x64",
2828
"worker_pool_name": "workerPoolDemo",
2929
"region": "us-south",
30+
"private_vlan_id": "2988890",
3031
},
3132
})
3233

0 commit comments

Comments
 (0)