From e3ca8284ae11a3194e8b569348e568d04b9b0044 Mon Sep 17 00:00:00 2001 From: Andrew Levin Date: Tue, 25 Jun 2024 13:35:33 -0700 Subject: [PATCH] fix public dns with cloud dnx ex --- examples/public-dns-with-cloud-dns/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/public-dns-with-cloud-dns/variables.tf b/examples/public-dns-with-cloud-dns/variables.tf index d3162397..24574be0 100644 --- a/examples/public-dns-with-cloud-dns/variables.tf +++ b/examples/public-dns-with-cloud-dns/variables.tf @@ -5,7 +5,7 @@ variable "allowed_inbound_cidrs" { } variable "create_redis" { - default = false + default = true description = "Boolean indicating whether to provision an redis instance (true) or not (false)." nullable = false type = bool