Skip to content

Commit

Permalink
feat(ec2-default-security-group-rule): add missing property for Defau…
Browse files Browse the repository at this point in the history
…ltVPC
  • Loading branch information
ekristen committed Oct 2, 2024
1 parent f8d72ce commit 41a3390
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func (r *EC2DefaultSecurityGroupRule) Remove(_ context.Context) error {
func (r *EC2DefaultSecurityGroupRule) Properties() types.Properties {
properties := types.NewProperties()
properties.Set("SecurityGroupId", r.groupID)
properties.Set("DefaultVPC", true)
return properties
}

Expand Down

0 comments on commit 41a3390

Please sign in to comment.