Skip to content

Commit

Permalink
fix: parameterize source archive bucket name to avoid conflicts between
Browse files Browse the repository at this point in the history
deployments
  • Loading branch information
kormide committed Sep 10, 2022
1 parent b110a66 commit fd3d41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/webhook/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "google_storage_bucket" "source_archive_bucket" {
name = "source-archive-bucket"
name = "${var.project_id}-source-archive-bucket"
location = var.region
}

Expand Down

0 comments on commit fd3d41a

Please sign in to comment.