Skip to content

4-proj Cannot deploy projects #1414

Open
@ramzimaalej

Description

@ramzimaalej

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions