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 db996d0 commit 25c2befCopy full SHA for 25c2bef
memorystore_instance_full/main.tf
@@ -10,6 +10,7 @@ resource "google_memorystore_instance" "instance-full" {
10
node_type = "SHARED_CORE_NANO"
11
transit_encryption_mode = "TRANSIT_ENCRYPTION_DISABLED"
12
authorization_mode = "AUTH_DISABLED"
13
+ kms_key = "my-key-${local.name_suffix}"
14
engine_configs = {
15
maxmemory-policy = "volatile-ttl"
16
}
0 commit comments