Open
Description
TL;DR
I'm unable to deploy project because I'm running into this issue:
module.env.module.gcs_buckets.google_storage_bucket.bucket: Creating...
Error: googleapi: Error 400: Please create your bucket in NAM4, which is made up of the regions (US-EAST1, US-CENTRAL1), invalid
with module.env.module.gcs_buckets.google_storage_bucket.bucket,
on .terraform/modules/env.gcs_buckets/modules/simple_bucket/main.tf line 22, in resource "google_storage_bucket" "bucket":
22: resource "google_storage_bucket" "bucket" {
In shared.auto.tfvars, I have the following:
default_region = "us-central1"
Expected behavior
Have a consistent config for cmek and being able to deploy
Observed behavior
No response
Terraform Configuration
development.auto.tfvars
# location_kms = "us"
# location_gcs = "US"
Terraform Version
1.11.4
Terraform Provider Versions
10.0.0
Additional information
No response