From 65b15d0779459e48379aa0d5e9a7c2655e21bebb Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Tue, 27 Oct 2020 22:04:39 +0000 Subject: [PATCH] Remove Logging bucket location from the Docs (#4154) Signed-off-by: Modular Magician --- .changelog/4154.txt | 3 +++ google/resource_logging_bucket_config.go | 2 +- .../docs/r/logging_billing_account_bucket_config.html.markdown | 2 +- website/docs/r/logging_folder_bucket_config.html.markdown | 2 +- website/docs/r/logging_project_bucket_config.html.markdown | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .changelog/4154.txt diff --git a/.changelog/4154.txt b/.changelog/4154.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/4154.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/google/resource_logging_bucket_config.go b/google/resource_logging_bucket_config.go index 25305067636..ae665be3d45 100644 --- a/google/resource_logging_bucket_config.go +++ b/google/resource_logging_bucket_config.go @@ -19,7 +19,7 @@ var loggingBucketConfigSchema = map[string]*schema.Schema{ Type: schema.TypeString, Required: true, ForceNew: true, - Description: `The location of the bucket. The supported locations are: "global" "us-central1"`, + Description: `The location of the bucket.`, }, "bucket_id": { Type: schema.TypeString, diff --git a/website/docs/r/logging_billing_account_bucket_config.html.markdown b/website/docs/r/logging_billing_account_bucket_config.html.markdown index f92395d589c..f45a0eeb44a 100644 --- a/website/docs/r/logging_billing_account_bucket_config.html.markdown +++ b/website/docs/r/logging_billing_account_bucket_config.html.markdown @@ -36,7 +36,7 @@ The following arguments are supported: * `billing_account` - (Required) The parent resource that contains the logging bucket. -* `location` - (Required) The location of the bucket. The supported locations are: "global" "us-central1" +* `location` - (Required) The location of the bucket. * `bucket_id` - (Required) The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`. diff --git a/website/docs/r/logging_folder_bucket_config.html.markdown b/website/docs/r/logging_folder_bucket_config.html.markdown index eb42bcfdc53..23e0ae520ae 100644 --- a/website/docs/r/logging_folder_bucket_config.html.markdown +++ b/website/docs/r/logging_folder_bucket_config.html.markdown @@ -37,7 +37,7 @@ The following arguments are supported: * `folder` - (Required) The parent resource that contains the logging bucket. -* `location` - (Required) The location of the bucket. The supported locations are: "global" "us-central1" +* `location` - (Required) The location of the bucket. * `bucket_id` - (Required) The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`. diff --git a/website/docs/r/logging_project_bucket_config.html.markdown b/website/docs/r/logging_project_bucket_config.html.markdown index 423ead5d1f5..2bc59e34db6 100644 --- a/website/docs/r/logging_project_bucket_config.html.markdown +++ b/website/docs/r/logging_project_bucket_config.html.markdown @@ -49,7 +49,7 @@ The following arguments are supported: * `project` - (Required) The parent resource that contains the logging bucket. -* `location` - (Required) The location of the bucket. The supported locations are: "global" "us-central1" +* `location` - (Required) The location of the bucket. * `bucket_id` - (Required) The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.