Explorar o código

Adds PITR for vault

Brad Poulton %!s(int64=3) %!d(string=hai) anos
pai
achega
7a78157396
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      base/vault/dynamodb.tf

+ 4 - 0
base/vault/dynamodb.tf

@@ -14,6 +14,10 @@ resource "aws_dynamodb_table" "vault" {
     type = "S"
   }
 
+  point_in_time_recovery {
+    enabled = true
+  }
+
   tags = merge(var.standard_tags, var.tags)
 }