We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd969d8 commit 637f4bfCopy full SHA for 637f4bf
.github/scripts/validate-deploy.sh
@@ -7,6 +7,8 @@ PUBLIC_GATEWAY="$2"
7
8
VPC_NAME="${PREFIX_NAME}-vpc"
9
10
+ibmcloud login -r "${TF_VAR_region}" -g "${TF_VAR_resource_group_name}" --apikey "${TF_VAR_ibmcloud_api_key}"
11
+
12
set -e
13
14
VPC_ID=$(ibmcloud is vpcs | grep "${VPC_NAME}" | sed -E "s/^([A-Za-z0-9-]+).*/\1/g")
.github/scripts/validate-notdeploy.sh
0 commit comments