diff --git a/src/cfnlint/data/schemas/other/resources/configuration.json b/src/cfnlint/data/schemas/other/resources/configuration.json index 1de0385daf..c831886005 100644 --- a/src/cfnlint/data/schemas/other/resources/configuration.json +++ b/src/cfnlint/data/schemas/other/resources/configuration.json @@ -50,7 +50,7 @@ "UpdatePolicy": {}, "UpdateReplacePolicy": {}, "Version": { - "type": "string" + "type": ["string", "integer"] } }, "required": [ @@ -61,7 +61,7 @@ "CreationPolicy": false, "UpdatePolicy": false, "Version": { - "type": "string" + "type": ["string", "integer"] } } },