From 3c5d850f51869cddedcfea589a89df3013fd523c Mon Sep 17 00:00:00 2001 From: Nagaaki Hoshi Date: Fri, 14 Apr 2023 10:39:23 +0900 Subject: [PATCH] fix: add location to gcs resource --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 9beed3c..cd45030 100644 --- a/main.tf +++ b/main.tf @@ -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" {