Skip to content

Commit 25c2bef

Browse files
Add CMEK support for Memorystore Instance (#14338) (#1030)
[upstream:175b65b0023a7d21711fc84ed903c21071d7ef3c] Signed-off-by: Modular Magician <[email protected]>
1 parent db996d0 commit 25c2bef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

memorystore_instance_full/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resource "google_memorystore_instance" "instance-full" {
1010
node_type = "SHARED_CORE_NANO"
1111
transit_encryption_mode = "TRANSIT_ENCRYPTION_DISABLED"
1212
authorization_mode = "AUTH_DISABLED"
13+
kms_key = "my-key-${local.name_suffix}"
1314
engine_configs = {
1415
maxmemory-policy = "volatile-ttl"
1516
}

0 commit comments

Comments
 (0)