Skip to content

Commit

Permalink
Spacing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Apr 29, 2024
1 parent 7affc6d commit 5cb933c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-cloudgov.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Create a rds instance for use with the system called `spiffworkflow-db`:
`cf create-service aws-rds micro-psql spiffworkflow-db`

In order to utilize the newly created db, the following security groups will also need to be added to your sandbox:
`cf bind-security-group trusted_local_networks ORGNAME --lifecycle running --space SPACENAME`
`cf bind-security-group trusted_local_networks_egress ORGNAME --lifecycle running --space SPACENAME`
`cf bind-security-group trusted_local_networks ORGNAME --lifecycle running --space SPACENAME`
`cf bind-security-group trusted_local_networks_egress ORGNAME --lifecycle running --space SPACENAME`

In order to successfully get the front end to redirect in the sandbox space, run the following command:
`cf bind-security-group public_networks_egress ORGNAME --lifecycle running --space SPACENAME`
Expand Down

0 comments on commit 5cb933c

Please sign in to comment.