File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/runner-binaries-syncer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ resource "aws_lambda_permission" "syncer" {
119119# ##################################################################################
120120
121121resource "aws_s3_bucket_object" "trigger" {
122- bucket = aws_s3_bucket. action_dist . id
123- key = " triggers/${ aws_lambda_function . syncer . id } -trigger.json"
124- source = " ${ path . module } /trigger.json"
125- etag = filemd5 (" ${ path . module } /trigger.json" )
122+ bucket = aws_s3_bucket. action_dist . id
123+ key = " triggers/${ aws_lambda_function . syncer . id } -trigger.json"
124+ source = " ${ path . module } /trigger.json"
125+ source_hash = filemd5 (" ${ path . module } /trigger.json" )
126126
127127 depends_on = [aws_s3_bucket_notification . on_deploy ]
128128}
You can’t perform that action at this time.
0 commit comments