From d5d743174e77674354f0cdf2194cc44ef1df9332 Mon Sep 17 00:00:00 2001 From: Julio Diez Date: Wed, 8 Mar 2023 15:28:12 +0100 Subject: [PATCH] Make custom_advertise optional --- modules/net-ncc/variables.tf | 1 + 1 file changed, 1 insertion(+) 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" {