We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cfn-python-lint:v1.3.7
Ubuntu
Cflint throws an error if we specify documentDB engine version as 5.0.0
Was fine prior to 1.3 upgrade
Should accept 5.0.0 version
Type: AWS::DocDB::DBCluster Properties: DBClusterIdentifier: DBClusterParameterGroupName: !Ref DBClusterParameterGroup DBSubnetGroupName: !Ref DBSubnetGroupName DeletionProtection: false EngineVersion: "5.0.0" KmsKeyId: !Sub MasterUsername: !Sub MasterUserPassword: !Sub Port: !Ref Port StorageEncrypted: true StorageType: "standard" VpcSecurityGroupIds:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CloudFormation Lint Version
cfn-python-lint:v1.3.7
What operating system are you using?
Ubuntu
Describe the bug
Cflint throws an error if we specify documentDB engine version as 5.0.0
Was fine prior to 1.3 upgrade
Expected behavior
Should accept 5.0.0 version
Reproduction template
The text was updated successfully, but these errors were encountered: