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.
2 parents 1f7037f + 50520b9 commit 38e2334Copy full SHA for 38e2334
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 = var.version
+ redis_version = var.redis_version
11
12
memory_size_gb = var.memory
13
google/redis/variables.tf
@@ -35,7 +35,7 @@ variable "network" {
35
type = string
36
}
37
38
-variable "version" {
+variable "redis_version" {
39
40
default = "REDIS_7_2"
41
0 commit comments