Skip to content

Commit 5c66152

Browse files
authored
Add logic to update E3682 to require Engine (#3421)
1 parent c02a5ed commit 5c66152

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/cfnlint/data/schemas/extensions/aws_rds_dbinstance/aurora_exclusive.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"type": "string"
1010
}
1111
},
12+
"required": [
13+
"Engine"
14+
],
1215
"type": "object"
1316
},
1417
"then": {

test/unit/rules/resources/rds/test_db_instance_aurora_exclusive.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ def rule():
3434
},
3535
[],
3636
),
37+
(
38+
{"MasterUserPassword": "Test"},
39+
[],
40+
),
3741
(
3842
{
3943
"Engine": "aurora",

0 commit comments

Comments
 (0)