Skip to content

Commit

Permalink
Deploy vpce for opensearch in syndev
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw committed Jan 7, 2025
1 parent 7059af4 commit 97a3fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sceptre/synapsedev/config/prod/vpc.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: vpc
parameters:
VpcSubnetPrefix: "10.11"
VpcName: sagevpc
PrivateSubnetZones: "us-east-1c,us-east-1d,us-east-1e"
PublicSubnetZones: "us-east-1c,us-east-1d,us-east-1e"
IncludeBastianSecurityGroup: "false"
IncludeOpenSearchServerlessEndpoint: "true"

0 comments on commit 97a3fd8

Please sign in to comment.