-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[aws-rds] ParameterGroup is missing from CloudFormation template #9741
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational DatabasedocumentationThis is a problem with documentation.This is a problem with documentation.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational DatabasedocumentationThis is a problem with documentation.This is a problem with documentation.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
Since version 1.58.0 ParameterGroup resources are missing from the generated CloudFormation template.
Reproduction Steps
cdk synthcommand and verify that theAWS::RDS::DBParameterGroupresource exists in the generated CloudFormation template.cdk synthcommand and view the generated CloudFormation template. TheAWS::RDS::DBParameterGroupresource is missing.What did you expect to happen?
The
AWS::RDS::DBParameterGroupresource should exist in both versions of aws cdk.What actually happened?
The
AWS::RDS::DBParameterGroupresource exists in version 1.51.0 but not in 1.58.0.Environment
This is 🐛 Bug Report