Skip to content

Commit

Permalink
fix public dns with cloud dnx ex
Browse files Browse the repository at this point in the history
  • Loading branch information
levinandrew committed Jun 25, 2024
1 parent dd182f3 commit e3ca828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/public-dns-with-cloud-dns/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3ca828

Please sign in to comment.