Skip to content

Commit

Permalink
bridge rds config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Aug 26, 2024
1 parent b4fcdd3 commit ef607b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/tenant-samples/bridge/buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ phases:
- export TF_VAR_karpenter_role="${KARPENTER_ROLE}"
- export TF_VAR_tenant_host_domain="${KEY}.${DOMAIN_NAME}"
- export TF_VAR_jwt_issuer="${KEY}"
- export TF_VAR_rds_instance_allocated_storage="${POSTGRES_SIZE}"
- export TF_VAR_tenant_client_id="${KEY}"-$(echo "$TENANT_ID" | cut -c 10-)-"${TENANT_CLIENT_ID}"
- export TF_VAR_tenant_client_secret=$(echo "$TENANT_ID" | cut -c 10-)-"${TENANT_CLIENT_SECRET}"
- export ALB_DNS=$(aws elbv2 describe-load-balancers --query 'LoadBalancers[?Type==`application`] | [0].DNSName' --output text)
Expand Down
1 change: 1 addition & 0 deletions files/tenant-samples/bridge/terraform/tfvariables.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tenant_client_id = "${TF_VAR_tenant_client_id}"
tenant_client_secret = "${TF_VAR_tenant_client_secret}"
alb_url = "${TF_VAR_alb_url}"
user_callback_secret = "${TF_VAR_user_callback_secret}"
rds_instance_allocated_storage = "${TF_VAR_rds_instance_allocated_storage}"
tenant_tier = "${TF_VAR_tenant_tier}"


Expand Down

0 comments on commit ef607b3

Please sign in to comment.