diff --git a/modules/net-ncc/variables.tf b/modules/net-ncc/variables.tf index c2639b01..f2b64381 100644 --- a/modules/net-ncc/variables.tf +++ b/modules/net-ncc/variables.tf @@ -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" {