From 56fff120f61177a40681a256630cc711f91bf853 Mon Sep 17 00:00:00 2001 From: "Eric Z. Beard" Date: Thu, 10 Oct 2024 09:24:02 -0700 Subject: [PATCH] Add Any to Type (#19) * Add Overrides to Resources * Add Mapping to Type * Add Any to Type --- package/cloudformation.pkl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?