Skip to content

Commit

Permalink
Merge pull request #5 from nagaakihoshi/feature/gcs-location
Browse files Browse the repository at this point in the history
fix: add location to gcs resource
  • Loading branch information
joshuawscott committed Apr 14, 2023
2 parents 86e52ef + 7c2efc2 commit 8ed6627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ resource "google_storage_bucket" "cloud_build_notifier" {
project = var.project_id
name = "${local.base_name}-${random_id.cloud_build_notifier.hex}"
force_destroy = true
location = var.region
}

resource "google_storage_bucket_object" "cloud_build_notifier_config" {
Expand Down

0 comments on commit 8ed6627

Please sign in to comment.