Skip to content

Commit 4995870

Browse files
authored
fix: remove gzip content-encoding metadata on function source archive (#142)
1 parent 7136ae2 commit 4995870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ resource "google_storage_bucket_object" "main" {
8484
bucket = var.create_bucket ? google_storage_bucket.main[0].name : var.bucket_name
8585
source = data.archive_file.main.output_path
8686
content_disposition = "attachment"
87-
content_encoding = "gzip"
8887
content_type = "application/zip"
8988
}
9089

0 commit comments

Comments
 (0)