@@ -50,7 +50,6 @@ func Test_Merge(t *testing.T) {
5050 SecurityGroups : & []string {"sg1" , "sg2" , "s3" },
5151 SecurityGroupPrefixes : & []string {"pl1" },
5252 SourceRanges : & []string {"127.0.0.0/20" },
53- VpcId : awssdk .String ("vpc-1234" ),
5453 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
5554 {
5655 ProtocolPort : "pp1" ,
@@ -91,7 +90,6 @@ func Test_Merge(t *testing.T) {
9190 SecurityGroups : & []string {"sg1" , "sg2" , "s3" },
9291 SecurityGroupPrefixes : & []string {"pl1" },
9392 SourceRanges : & []string {"127.0.0.0/20" },
94- VpcId : awssdk .String ("vpc-1234" ),
9593 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
9694 {
9795 ProtocolPort : "pp1" ,
@@ -134,7 +132,6 @@ func Test_Merge(t *testing.T) {
134132 SecurityGroups : & []string {"sg1" , "sg2" , "s3" },
135133 SecurityGroupPrefixes : & []string {"pl1" },
136134 SourceRanges : & []string {"127.0.0.0/20" },
137- VpcId : awssdk .String ("vpc-1234" ),
138135 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
139136 {
140137 ProtocolPort : "pp1" ,
@@ -175,7 +172,6 @@ func Test_Merge(t *testing.T) {
175172 SecurityGroups : & []string {"sg1" , "sg2" , "s3" },
176173 SecurityGroupPrefixes : & []string {"pl1" },
177174 SourceRanges : & []string {"127.0.0.0/20" },
178- VpcId : awssdk .String ("vpc-1234" ),
179175 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
180176 {
181177 ProtocolPort : "pp1" ,
@@ -222,7 +218,6 @@ func Test_Merge(t *testing.T) {
222218 SecurityGroups : & []string {"sg1" },
223219 SecurityGroupPrefixes : & []string {"pl1" },
224220 SourceRanges : & []string {"127.0.0.0/20" },
225- VpcId : awssdk .String ("vpc-gw-class" ),
226221 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
227222 {
228223 ProtocolPort : "pp1-gwclass" ,
@@ -270,7 +265,6 @@ func Test_Merge(t *testing.T) {
270265 SecurityGroups : & []string {"sg1-gw" },
271266 SecurityGroupPrefixes : & []string {"pl1-gw" },
272267 SourceRanges : & []string {"127.0.0.10/20" },
273- VpcId : awssdk .String ("vpc-gw" ),
274268 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
275269 {
276270 ProtocolPort : "pp1-gw" ,
@@ -321,7 +315,6 @@ func Test_Merge(t *testing.T) {
321315 SecurityGroups : & []string {"sg1" },
322316 SecurityGroupPrefixes : & []string {"pl1" },
323317 SourceRanges : & []string {"127.0.0.0/20" },
324- VpcId : awssdk .String ("vpc-gw-class" ),
325318 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
326319 {
327320 ProtocolPort : "pp1-common" ,
@@ -385,7 +378,6 @@ func Test_Merge(t *testing.T) {
385378 SecurityGroups : & []string {"sg1" },
386379 SecurityGroupPrefixes : & []string {"pl1" },
387380 SourceRanges : & []string {"127.0.0.0/20" },
388- VpcId : awssdk .String ("vpc-gw-class" ),
389381 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
390382 {
391383 ProtocolPort : "pp1-gwclass" ,
@@ -433,7 +425,6 @@ func Test_Merge(t *testing.T) {
433425 SecurityGroups : & []string {"sg1-gw" },
434426 SecurityGroupPrefixes : & []string {"pl1-gw" },
435427 SourceRanges : & []string {"127.0.0.10/20" },
436- VpcId : awssdk .String ("vpc-gw" ),
437428 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
438429 {
439430 ProtocolPort : "pp1-gw" ,
@@ -481,7 +472,6 @@ func Test_Merge(t *testing.T) {
481472 SecurityGroups : & []string {"sg1-gw" },
482473 SecurityGroupPrefixes : & []string {"pl1-gw" },
483474 SourceRanges : & []string {"127.0.0.10/20" },
484- VpcId : awssdk .String ("vpc-gw" ),
485475 ListenerConfigurations : & []elbv2gw.ListenerConfiguration {
486476 {
487477 ProtocolPort : "pp1-common" ,
0 commit comments