We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45c1b3 commit 80f9437Copy full SHA for 80f9437
google/redis/main.tf
@@ -7,7 +7,7 @@ resource "google_redis_instance" "main" {
7
region = var.region
8
name = var.name
9
10
- redis_version = "REDIS_7_2"
+ redis_version = "REDIS_7_2"
11
12
memory_size_gb = 2
13
0 commit comments