You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using cfn-lint to validate AWS CloudFormation templates, the tool fails to recognize db2-ae and db2-se as valid RDS engine types, leading to incorrect validation errors.
cfn-lint --template .\rdsdb2.yml
W2031 You must specify a valid Default value for pEngine (db2-se). Valid values must match pattern Has to be one of [aurora, aurora-mysql, aurora-postgresql, mariadb, mysql, oracle-ee, oracle-ee-cdb, oracle-se2, oracle-se2-cdb, oracle-se1, oracle-se, postgres, sqlserver-ee, sqlserver-se, sqlserver-ex, sqlserver-web]
.\rdsdb2.yml:6:5
W2031 You must specify a valid allowed value for pEngine (db2-ae). Valid values must match pattern Has to be one of [aurora, aurora-mysql, aurora-postgresql, mariadb, mysql, oracle-ee, oracle-ee-cdb, oracle-se2, oracle-se2-cdb, oracle-se1, oracle-se, postgres, sqlserver-ee, sqlserver-se, sqlserver-ex, sqlserver-web]
.\rdsdb2.yml:10:9
W2031 You must specify a valid allowed value for pEngine (db2-se). Valid values must match pattern Has to be one of [aurora, aurora-mysql, aurora-postgresql, mariadb, mysql, oracle-ee, oracle-ee-cdb, oracle-se2, oracle-se2-cdb, oracle-se1, oracle-se, postgres, sqlserver-ee, sqlserver-se, sqlserver-ex, sqlserver-web]
.\rdsdb2.yml:11:9
Expected behavior
cfn-lint should recognize db2-ae and db2-se as valid RDS engine types without error.
CloudFormation Lint Version
cfn-lint 0.86.2
What operating system are you using?
Windows
Describe the bug
When using cfn-lint to validate AWS CloudFormation templates, the tool fails to recognize
db2-ae
anddb2-se
as valid RDS engine types, leading to incorrect validation errors.Expected behavior
cfn-lint should recognize
db2-ae
anddb2-se
as valid RDS engine types without error.Reproduction template
The text was updated successfully, but these errors were encountered: