Skip to content

Commit

Permalink
load-balancers: make network-stack flag consistent (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Jan 29, 2025
1 parent aac3476 commit d65b96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const (
// ArgLoadBalancerNetwork is the type of network the load balancer is accessible from.
ArgLoadBalancerNetwork = "network"
// ArgLoadBalancerNetworkStack is the network stack type the load balancer will be configured with (e.g IPv4, Dual Stack: IPv4 and IPv6).
ArgLoadBalancerNetworkStack = "network_stack"
ArgLoadBalancerNetworkStack = "network-stack"

// ArgFirewallName is a name of the firewall.
ArgFirewallName = "name"
Expand Down

0 comments on commit d65b96c

Please sign in to comment.