Skip to content

Commit

Permalink
fix: zones pg dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Dec 1, 2023
1 parent 587bd60 commit cd0a169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/1_vpc_gateway/files/public_gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
fi

ibmcloud login --apikey "${API_KEY}" -r "${REGION}" -g "${RESOURCE_GROUP}"
ibmcloud plugin install -f cloud-internet-services vpc-infrastructure cloud-object-storage is
ibmcloud plugin install -f vpc-infrastructure is

echo "Grabbing the Subnet Details"
ibmcloud is vpc ${1} --show-attached --output json | jq -r '.subnets[]' > subnets.json
Expand Down

0 comments on commit cd0a169

Please sign in to comment.