Skip to content

Commit

Permalink
fix: The resource type for a lb rule is LoadBalancer, not LoadBalance…
Browse files Browse the repository at this point in the history
…rRule

because screw consistency (a fw rule is FirewallRule)
  • Loading branch information
hrak committed Aug 27, 2024
1 parent 2cca369 commit 8bda463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
CreatedByCAPCTagName = "created_by_CAPC"
ResourceTypeNetwork ResourceType = "Network"
ResourceTypeIPAddress ResourceType = "PublicIpAddress"
ResourceTypeLoadBalancerRule ResourceType = "LoadBalancerRule"
ResourceTypeLoadBalancerRule ResourceType = "LoadBalancer"
ResourceTypeFirewallRule ResourceType = "FirewallRule"
)

Expand Down

0 comments on commit 8bda463

Please sign in to comment.