Skip to content
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion sceptre/synapseprod/config/prod/synapse-ops-vpc-v2.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/aws-infra/v0.4.10/vpc.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/aws-infra/v0.9.1/vpc.yaml
stack_name: synapse-ops-vpc-v2
parameters:
VpcSubnetPrefix: "10.30"
VpcName: synapse-ops-vpc-v2
PrivateSubnetZones: "us-east-1c,us-east-1d,us-east-1e"
PublicSubnetZones: "us-east-1c,us-east-1d,us-east-1e"
IncludeBastianSecurityGroup: "false"
IncludeOpenSearchServerlessEndpoint: "true"
Loading