Skip to content

Commit 27344a4

Browse files
authored
Update default redis config
1 parent 2cd04ba commit 27344a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

google/redis/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ variable "version" {
4242

4343
variable "memory" {
4444
type = number
45-
default = 2
45+
default = 1
4646
}
4747

4848
variable "persistence_mode" {
4949
type = string
50-
default = "RDB"
50+
default = "DISABLED"
5151
}
5252

5353
variable "persistence_period" {
5454
type = string
55-
default = "ONE_HOUR"
55+
default = null
5656
}

0 commit comments

Comments
 (0)