From f1c24350ecf7d75422cb01f240e29bb00eadf190 Mon Sep 17 00:00:00 2001 From: Jordan Singer Date: Wed, 10 Jan 2024 16:05:59 -0600 Subject: [PATCH] dont have default since it might not exist --- pkg/templates/aws/resources/security_group_rule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/templates/aws/resources/security_group_rule.yaml b/pkg/templates/aws/resources/security_group_rule.yaml index c4b014cfa..df307ab82 100644 --- a/pkg/templates/aws/resources/security_group_rule.yaml +++ b/pkg/templates/aws/resources/security_group_rule.yaml @@ -22,7 +22,7 @@ properties: security group rule SecurityGroupId: type: string # Not resource type because we need deploy time properties to be able to exist here - default_value: '{{ upstream "aws:security_group" .Self }}#Id' + required: true description: The ID of the security group to which this rule should be attached Type: type: string