Skip to content

Commit

Permalink
Add Any to Type (#19)
Browse files Browse the repository at this point in the history
* Add Overrides to Resources

* Add Mapping to Type

* Add Any to Type
  • Loading branch information
ericzbeard authored Oct 10, 2024
1 parent 8d0f3c4 commit 56fff12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/cloudformation.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 56fff12

Please sign in to comment.