From 4e352fb893489632b901efe81be0de1ce175ed99 Mon Sep 17 00:00:00 2001 From: Daniel Sinnott Date: Wed, 28 Aug 2019 17:17:43 +1000 Subject: [PATCH] Remove required Port, Protocol and VpcId --- pkg/parsers/resources/ElasticLoadBalancingV2-TargetGroup.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/parsers/resources/ElasticLoadBalancingV2-TargetGroup.go b/pkg/parsers/resources/ElasticLoadBalancingV2-TargetGroup.go index 47489f43..03355239 100644 --- a/pkg/parsers/resources/ElasticLoadBalancingV2-TargetGroup.go +++ b/pkg/parsers/resources/ElasticLoadBalancingV2-TargetGroup.go @@ -26,11 +26,11 @@ type ElasticLoadBalancingV2TargetGroupProperties struct { HealthCheckTimeoutSeconds interface{} `yaml:"HealthCheckTimeoutSeconds,omitempty"` HealthyThresholdCount interface{} `yaml:"HealthyThresholdCount,omitempty"` Name interface{} `yaml:"Name,omitempty"` - Port interface{} `yaml:"Port"` - Protocol interface{} `yaml:"Protocol"` + Port interface{} `yaml:"Port,omitempty"` + Protocol interface{} `yaml:"Protocol,omitempty"` TargetType interface{} `yaml:"TargetType,omitempty"` UnhealthyThresholdCount interface{} `yaml:"UnhealthyThresholdCount,omitempty"` - VpcId interface{} `yaml:"VpcId"` + VpcId interface{} `yaml:"VpcId,omitempty"` Matcher interface{} `yaml:"Matcher,omitempty"` Tags interface{} `yaml:"Tags,omitempty"` TargetGroupAttributes interface{} `yaml:"TargetGroupAttributes,omitempty"`