lb -> load_balancer...

...to keep variables and output naming consistent
This commit is contained in:
phaer
2022-02-26 12:10:50 +01:00
parent 2045f4293b
commit 52b3d9b82c
4 changed files with 7 additions and 7 deletions

View File

@@ -51,12 +51,12 @@ variable "control_plane_count" {
}
variable "lb_server_type" {
variable "load_balancer_type" {
description = "Default load balancer server type"
type = string
}
variable "lb_disable_ipv6" {
variable "load_balancer_disable_ipv6" {
description = "Disable ipv6 for the load balancer"
type = bool
default = false