From d759ac2ff132490a4faae2a44d6dafc9e32ca310 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 25 Oct 2022 15:47:18 +0200 Subject: [PATCH] Make dnssec not nullable --- modules/dns/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dns/variables.tf b/modules/dns/variables.tf index 644b83951..aafe6a1d9 100644 --- a/modules/dns/variables.tf +++ b/modules/dns/variables.tf @@ -48,6 +48,7 @@ variable "dnssec_config" { default = { state = "off" } + nullable = false } variable "domain" {