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