We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193b0cf commit 7314769Copy full SHA for 7314769
1 file changed
infrastructure/modules/eventpub/archive_file_lambda.tf
@@ -11,7 +11,4 @@ resource "archive_file" "lambda" {
11
"**/package.json",
12
"**/package-lock.json",
13
]
14
- lifecycle {
15
- create_before_destroy = true
16
- }
17
}
0 commit comments