From cd0a1697edff7dbd3f205a38a5a21e32e740ed3e Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Fri, 1 Dec 2023 13:46:05 -0500 Subject: [PATCH] fix: zones pg dependencies Signed-off-by: Paul Bastide --- modules/1_vpc_gateway/files/public_gateway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/1_vpc_gateway/files/public_gateway.sh b/modules/1_vpc_gateway/files/public_gateway.sh index 98a9f0d..0c40ae4 100644 --- a/modules/1_vpc_gateway/files/public_gateway.sh +++ b/modules/1_vpc_gateway/files/public_gateway.sh @@ -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