Skip to content

Commit 1e44091

Browse files
committed
add ingestor to vpc in deploy test app
1 parent cd6df4a commit 1e44091

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration_tests/cdk/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ def __init__(
160160
stac_url=stac_api.url,
161161
stage="test",
162162
pgstac_version=PGSTAC_VERSION,
163+
vpc=vpc,
164+
subnet_selection=aws_ec2.SubnetSelection(
165+
subnet_type=aws_ec2.SubnetType.PUBLIC,
166+
),
163167
)
164168

165169

0 commit comments

Comments
 (0)