We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c4d2f commit 1fd110dCopy full SHA for 1fd110d
1 file changed
infrastructure/modules/eventpub/archive_file_lambda.tf
@@ -10,4 +10,7 @@ resource "archive_file" "lambda" {
10
"**/package.json",
11
"**/package-lock.json",
12
]
13
+ triggers = {
14
+ always_run = timestamp()
15
+ }
16
}
0 commit comments