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 7136ae2 commit 4995870Copy full SHA for 4995870
main.tf
@@ -84,7 +84,6 @@ resource "google_storage_bucket_object" "main" {
84
bucket = var.create_bucket ? google_storage_bucket.main[0].name : var.bucket_name
85
source = data.archive_file.main.output_path
86
content_disposition = "attachment"
87
- content_encoding = "gzip"
88
content_type = "application/zip"
89
}
90
0 commit comments