Skip to content

Commit d706c39

Browse files
authored
RDS DB Cluster remove MasterUserPassword from exclusion with MasterUsername (#3106)
1 parent b383600 commit d706c39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cfnlint/data/AdditionalSpecs/Exclusive.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@
100100
},
101101
"AWS::RDS::DBCluster": {
102102
"SnapshotIdentifier": [
103-
"MasterUsername",
104-
"MasterUserPassword"
103+
"MasterUsername"
105104
]
106105
},
107106
"AWS::RDS::DBInstance": {

0 commit comments

Comments
 (0)