Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if promptUser "Would you like to also clean up all local Terraform state and con
STAGES=(
"${SCRIPT_DIR}/../fast/stages-aw/0-bootstrap"
"${SCRIPT_DIR}/../fast/stages-aw/1-resman"
"${SCRIPT_DIR}/../fast/stages-aw/2-networking-a-fedramp-high"
"${SCRIPT_DIR}/../fast/stages-aw/2-networking-a-fedramp"
"${SCRIPT_DIR}/../fast/stages-aw/2-networking-b-il5-ngfw"
"${SCRIPT_DIR}/../fast/stages-aw/3-security"
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ if promptUser "Stage 2 - Networking -"; then
########### FedRAMP High/Moderate ###########
elif [ "$choice" == 2 ]; then
echo "You have selected FedRAMP High/Moderate"
cd "${SCRIPT_DIR}"/../fast/stages-aw/2-networking-a-fedramp-high || exit
cd "${SCRIPT_DIR}"/../fast/stages-aw/2-networking-a-fedramp || exit
deploy_networking

########### IL4/IL5 ###########
Expand Down
4 changes: 2 additions & 2 deletions scripts/destroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ if [[ "${skip_stage_2:-}" != "true" ]] && promptUser "Stage 2 - Networking"; the

########### FedRAMP High/Moderate ###########
elif [ "$choice" == 2 ]; then
cd "${SCRIPT_DIR}"/../fast/stages-aw/2-networking-a-fedramp-high || exit
cd "${SCRIPT_DIR}"/../fast/stages-aw/2-networking-a-fedramp || exit
destroy_networking

########### IL4/IL5 ###########
Expand Down Expand Up @@ -1920,7 +1920,7 @@ if promptUser "Would you like to perform a final deep clean of all local Terrafo
STAGES=(
"${SCRIPT_DIR}/../fast/stages-aw/0-bootstrap"
"${SCRIPT_DIR}/../fast/stages-aw/1-resman"
"${SCRIPT_DIR}/../fast/stages-aw/2-networking-a-fedramp-high"
"${SCRIPT_DIR}/../fast/stages-aw/2-networking-a-fedramp"
"${SCRIPT_DIR}/../fast/stages-aw/2-networking-b-il5-ngfw"
"${SCRIPT_DIR}/../fast/stages-aw/3-security"
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if promptUser "Stage 2 - Networking"; then

########### FedRAMP High/Moderate ###########
elif [ "$choice" == 2 ]; then
cd "${SCRIPT_DIR}"/../fast/stages-aw/2-networking-a-fedramp-high || exit
cd "${SCRIPT_DIR}"/../fast/stages-aw/2-networking-a-fedramp || exit

########### IL4/IL5 ###########
elif [ "$choice" == 3 ]; then
Expand Down