Skip to content

Commit

Permalink
Allow resource version to be an int
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Aug 29, 2024
1 parent 374d5f5 commit d0b435a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cfnlint/data/schemas/other/resources/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"UpdatePolicy": {},
"UpdateReplacePolicy": {},
"Version": {
"type": "string"
"type": ["string", "integer"]
}
},
"required": [
Expand All @@ -61,7 +61,7 @@
"CreationPolicy": false,
"UpdatePolicy": false,
"Version": {
"type": "string"
"type": ["string", "integer"]
}
}
},
Expand Down

0 comments on commit d0b435a

Please sign in to comment.