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 849b61f commit 8e8fc9bCopy full SHA for 8e8fc9b
scripts/setup-default-acl.sh
@@ -20,7 +20,7 @@ ibmcloud is network-acl "${ACL_ID}" --output JSON | \
20
jq -r '.rules[].id' | \
21
while read rule_id;
22
do
23
- ibmcloud network-acl-rule-delete "${ACL_ID}" "${rule_id}"
+ echo y | ibmcloud is network-acl-rule-delete "${ACL_ID}" "${rule_id}"
24
done
25
26
ibmcloud is network-acl-rule-add "${ACL_ID}" allow inbound all 10.0.0.0/8 10.0.0.0/8 --name allow-internal-ingress
0 commit comments