Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZinxValkyria committed Feb 22, 2024
1 parent d0eedc3 commit 7d8ae0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules
mediaverse-tf-key.pem
.vercel

.terraform
.terraform.*
4 changes: 4 additions & 0 deletions terraform/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ resource "aws_dynamodb_table" "statelock" {
name = "LockID"
type = "S"
}
lifecycle {
prevent_destroy = true
}

}

0 comments on commit 7d8ae0a

Please sign in to comment.