Skip to content

Commit

Permalink
fix association with gwlb (#1376)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian Greco <[email protected]>
  • Loading branch information
vainiusd and cristiangreco authored Jun 24, 2024
1 parent f462ae1 commit edb2c9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,7 @@ var SupportedServices = serviceConfigs{
Namespace: "AWS/GatewayELB",
Alias: "gwlb",
ResourceFilters: []*string{
aws.String("elasticloadbalancing:loadbalancer/gwy"),
aws.String("elasticloadbalancing:targetgroup"),
aws.String("elasticloadbalancing:loadbalancer"),
},
DimensionRegexps: []*regexp.Regexp{
regexp.MustCompile(":(?P<TargetGroup>targetgroup/.+)"),
Expand Down

0 comments on commit edb2c9b

Please sign in to comment.