Skip to content

Commit

Permalink
fix: region of gcp bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Aug 20, 2024
1 parent 440b541 commit dc5e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/functions-python/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "google_storage_bucket" "functions_bucket" {
}

resource "google_storage_bucket" "gbfs_snapshots_bucket" {
location = "us"
location = var.gcp_region
name = "${var.gbfs_bucket_name}-${var.environment}"
}

Expand Down

0 comments on commit dc5e5fd

Please sign in to comment.