We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b184ffb commit d8342ebCopy full SHA for d8342eb
integration_tests/cdk/app.py
@@ -84,7 +84,7 @@ def __init__(
84
instance_type=aws_ec2.InstanceType(app_config.db_instance_type),
85
add_pgbouncer=True,
86
pgbouncer_instance_props={
87
- "instance_name": "test-name",
+ "instanceName": "test-name",
88
},
89
removal_policy=RemovalPolicy.DESTROY,
90
pgstac_version=PGSTAC_VERSION,
0 commit comments