File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/cloud-api-adaptor/ibmcloud Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ REGION="$(terraform output --raw region)"
136136RESOURCE_GROUP_ID="$(terraform output --raw resource_group_id)"
137137ZONE="$(terraform output --raw zone)"
138138VPC_SUBNET_ID="$(terraform output --raw subnet_id)"
139- VPC_SECURITY_GROUP_ID="$(terraform output --raw security_group_id)"
140139VPC_ID="$(terraform output --raw vpc_id)"
141140EOF
142141
Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ SSH_KEY_ID="$SSH_KEY_ID"
183183PODVM_IMAGE_ID="$PODVM_IMAGE_ID "
184184VPC_ID="$VPC_ID "
185185VPC_SUBNET_ID="$SUBNET_ID "
186- VPC_SECURITY_GROUP_ID="$( ibmcloud ks security-group ls --cluster $CLUSTER_NAME -json | jq -r ' .[] | select(.type == "cluster") | .id' ) "
187186RESOURCE_GROUP_ID="$( ibmcloud is vpc " $VPC_ID " -json | jq -r .resource_group.id) "
188187ZONE="$( ibmcloud is subnet $SUBNET_ID -json | jq -r .zone.name) "
189188REGION="$( ibmcloud is zone $ZONE -json | jq -r .region.name) "
You can’t perform that action at this time.
0 commit comments