Merge pull request #1995 from GSA/update-egress-proxy-more

Add one more potentially missing step
This commit is contained in:
Beverly Nguyen
2024-10-04 12:29:08 -07:00
committed by GitHub

View File

@@ -26,6 +26,9 @@ runs:
run: |
cf api api.fr.cloud.gov
cf auth
- name: Target org and space
shell: bash
run: cf target -o ${{ inputs.cf_org }} -s ${{ inputs.cf_space }}
- name: Set restricted space egress
shell: bash
run: ./terraform/set_space_egress.sh -t -s ${{ inputs.cf_space }}