Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add external VPC related configs in the example config file. #62

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions civiform_config.example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,15 @@ export FARGATE_DESIRED_TASK_COUNT=1
# Some legacy deployments may be using a shorter length, but going forward 64 will be the default.
export RANDOM_PASSWORD_LENGTH=64

# OPTIONAL
# External VPC configs.
# Some CE choose to set up VPCs outside of the Terraform configs provided by CiviForm.
# NOTE: Must set all of them for them to take effect.
export EXTERNAL_VPC_DATABASE_SUBNET_GROUP_NAME=""
export EXTERNAL_VPC_ID=""
export EXTERNAL_VPC_PRIVATE_SUBNET_IDS=[]
export EXTERNAL_VPC_PUBLIC_SUBNET_IDS=[]


# generic-oidc Auth configuration
#################################################
Expand Down