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