From 5cb933ce7de6aed24f14e462bffa6761a15bd963 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:02:21 -0400 Subject: [PATCH] Spacing fixes --- README-cloudgov.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-cloudgov.md b/README-cloudgov.md index c180996d8..56b1421d6 100644 --- a/README-cloudgov.md +++ b/README-cloudgov.md @@ -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`