diff --git a/package/cloudformation.pkl b/package/cloudformation.pkl index 80eed4e..8124b54 100644 --- a/package/cloudformation.pkl +++ b/package/cloudformation.pkl @@ -15,7 +15,7 @@ typealias RefString = String|Mapping open class Resource { // A Type is a Mapping when it's a Rain module - Type: String(matches(Regex(#"^.*::.*::.*$"#)))|Mapping + Type: String(matches(Regex(#"^.*::.*::.*$"#)))|Any Properties: Any? CreationPolicy: Mapping? DeletionPolicy: String?