Skip to content

Commit

Permalink
add tgw example with collection from all regions
Browse files Browse the repository at this point in the history
Signed-off-by: adisos <[email protected]>
  • Loading branch information
adisos committed Jan 15, 2024
1 parent ff6e34c commit 1d85659
Show file tree
Hide file tree
Showing 4 changed files with 5,425 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/ibmvpc/analysis_output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@ var tests = []*vpcGeneralTest{
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints, vpcmodel.AllSubnets},
format: vpcmodel.Text,
},
{
name: "tgw_basic_example_multiple_regions",
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints, vpcmodel.AllSubnets},
format: vpcmodel.Text,
},
{
name: "tgw_larger_example",
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints, vpcmodel.AllSubnets},
Expand Down
Loading

0 comments on commit 1d85659

Please sign in to comment.