We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3706f6 commit 81e7a1cCopy full SHA for 81e7a1c
terraform/account-wide-infrastructure/modules/glue/s3.tf
@@ -197,5 +197,5 @@ resource "aws_s3_object" "zip" {
197
bucket = aws_s3_bucket.code-bucket.bucket
198
key = "src.zip"
199
source = data.archive_file.python.output_path
200
- source_hash = filemd5(data.archive_file.python.output_path)
+ source_hash = data.archive_file.python.output_base64sha256
201
}
0 commit comments