Skip to content

Commit e47061c

Browse files
authored
1 parent 1c5256b commit e47061c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cfnlint/rules/resources/DeletionPolicy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def check_value(self, key, path, res_type):
1919
"""Check resource names for DeletionPolicy"""
2020
matches = []
2121

22-
valid_values = ["Delete", "Retain", "Snapshot"]
22+
valid_values = ["Delete", "Retain", "RetainExceptOnCreate", "Snapshot"]
2323

2424
supported_functions = ["Fn::FindInMap", "Fn::If", "Ref"]
2525

0 commit comments

Comments
 (0)