Make custom_advertise optional

This commit is contained in:
Julio Diez 2023-03-08 15:28:12 +01:00
parent 2f64fcd5f4
commit d5d743174e
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ variable "custom_advertise" {
all_subnets = bool
ip_ranges = map(string) # map of descriptions and address ranges
})
default = null
}
variable "data_transfer" {