Skip to content

Commit 8be71ed

Browse files
committed
ibmcloud: update docs related to security groups
Update README and ROKS_SETUP to reflect recent changes in security group configuration. Signed-off-by: Patrik Fodor <[email protected]>
1 parent cff7adf commit 8be71ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/cloud-api-adaptor/ibmcloud/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ REGION="$(terraform output --raw region)"
136136
RESOURCE_GROUP_ID="$(terraform output --raw resource_group_id)"
137137
ZONE="$(terraform output --raw zone)"
138138
VPC_SUBNET_ID="$(terraform output --raw subnet_id)"
139-
VPC_SECURITY_GROUP_ID="$(terraform output --raw security_group_id)"
140139
VPC_ID="$(terraform output --raw vpc_id)"
141140
EOF
142141

src/cloud-api-adaptor/ibmcloud/ROKS_SETUP.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ SSH_KEY_ID="$SSH_KEY_ID"
183183
PODVM_IMAGE_ID="$PODVM_IMAGE_ID"
184184
VPC_ID="$VPC_ID"
185185
VPC_SUBNET_ID="$SUBNET_ID"
186-
VPC_SECURITY_GROUP_ID="$(ibmcloud ks security-group ls --cluster $CLUSTER_NAME -json | jq -r '.[] | select(.type == "cluster") | .id')"
187186
RESOURCE_GROUP_ID="$(ibmcloud is vpc "$VPC_ID" -json | jq -r .resource_group.id)"
188187
ZONE="$(ibmcloud is subnet $SUBNET_ID -json | jq -r .zone.name)"
189188
REGION="$(ibmcloud is zone $ZONE -json | jq -r .region.name)"

0 commit comments

Comments
 (0)