Skip to content

Commit 56fe008

Browse files
Add deletion_protection field to Redis Instance (#15024) (#1131)
[upstream:be3e073417e29bc23b6a27efc2c38998daf5cba2] Signed-off-by: Modular Magician <[email protected]>
1 parent a047952 commit 56fe008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis_instance_basic/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
resource "google_redis_instance" "cache" {
22
name = "memory-cache-${local.name_suffix}"
33
memory_size_gb = 1
4+
deletion_protection = false
45

56
lifecycle {
67
prevent_destroy = false

0 commit comments

Comments
 (0)