Skip to content

Commit b531f7f

Browse files
committed
added default for load balancer variables
1 parent f92caf5 commit b531f7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variables.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,19 @@ variable "additional_public_keys" {
2323
variable "network_region" {
2424
description = "Default region for network"
2525
type = string
26+
default = "eu-central"
2627
}
2728

2829
variable "load_balancer_location" {
2930
description = "Default load balancer location"
3031
type = string
32+
default = "fsn1"
3133
}
3234

3335
variable "load_balancer_type" {
3436
description = "Default load balancer server type"
3537
type = string
38+
default = "cpx11"
3639
}
3740

3841
variable "load_balancer_disable_ipv6" {

0 commit comments

Comments
 (0)