We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed6440 commit 16382c2Copy full SHA for 16382c2
cdk/infrastructure/config.py
@@ -62,7 +62,7 @@
62
'construct_id': 'Postgres',
63
'on': True,
64
'props': {
65
- 'snapshot_source_db_identifier': PROD_DATABASE_IDENTIFIER,
+ 'snapshot_source_db_identifier': DEV_DATABASE_IDENTIFIER,
66
'allocated_storage': 10,
67
'max_allocated_storage': 20,
68
'instance_type': InstanceType.of(
0 commit comments