hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.32k stars 1.73k forks source link

Location documentation for resource: google_logging_project_bucket_config #14273

Open george-bolla opened 1 year ago

george-bolla commented 1 year ago

Community Note

Description

In the Terraform Argument reference section, the "location" arg needs better documentation for what is accepted. When creating a standard bucket you can use "US" when creating a logging bucket it appears you must use "us".

New or Affected Resource(s)

google_logging_project_bucket_config

Potential Terraform Configuration

location - (Required) The location of the bucket. Available options include global (the default), us, eu or specific regions

trodge commented 1 year ago

b/280326519