Skip to content
New issue

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

E3030 '5.0.0' is not one of ['3.6.0', '4.0', '4.0.0'] #3426

Closed
krishnakokila1990 opened this issue Jun 27, 2024 · 0 comments
Closed

E3030 '5.0.0' is not one of ['3.6.0', '4.0', '4.0.0'] #3426

krishnakokila1990 opened this issue Jun 27, 2024 · 0 comments

Comments

@krishnakokila1990
Copy link

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

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants