From 876d0cf5f09f9a6dcfed1122c1d9670a349c6986 Mon Sep 17 00:00:00 2001 From: Eric Beard Date: Wed, 9 Oct 2024 15:57:17 -0700 Subject: [PATCH] Add Overrides to Resources --- package/cloudformation.pkl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/cloudformation.pkl b/package/cloudformation.pkl index 43f4407..8243ba3 100644 --- a/package/cloudformation.pkl +++ b/package/cloudformation.pkl @@ -22,6 +22,9 @@ open class Resource { UpdatePolicy: Mapping? UpdateReplacePolicy: String? Condition: String? + + // Overrides is specific to Rain modules + Overrides: Mapping? } /// A CloudFormation Parameter