diff --git a/Terraform/GCP/build/notification.tf b/Terraform/GCP/build/notification.tf index 90ac73d319..509127fd9d 100644 --- a/Terraform/GCP/build/notification.tf +++ b/Terraform/GCP/build/notification.tf @@ -13,7 +13,7 @@ data "archive_file" "app" { } resource "google_storage_bucket_object" "archive" { - name = "index.zip" + name = "index-${data.archive_file.app.output_sha}.zip" bucket = var.gcf_bucket source = "${path.module}/index.zip" }