Skip to content

Commit 16382c2

Browse files
committed
Back to dev data
1 parent 9ed6440 commit 16382c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/infrastructure/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'construct_id': 'Postgres',
6363
'on': True,
6464
'props': {
65-
'snapshot_source_db_identifier': PROD_DATABASE_IDENTIFIER,
65+
'snapshot_source_db_identifier': DEV_DATABASE_IDENTIFIER,
6666
'allocated_storage': 10,
6767
'max_allocated_storage': 20,
6868
'instance_type': InstanceType.of(

0 commit comments

Comments
 (0)