From 6519bde990959a82d68e9ae95d7d8b380f8f1287 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 1 Oct 2024 11:47:50 -0700 Subject: [PATCH] Update documentation to list `global` as the only supported location for logging resource `LogScope` (#11882) (#19710) [upstream:c8de2fa7e8aa173372995eb7810702010e33e808] Signed-off-by: Modular Magician --- .changelog/11882.txt | 2 ++ google/services/logging/resource_logging_log_scope.go | 2 +- website/docs/r/logging_log_scope.html.markdown | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .changelog/11882.txt diff --git a/.changelog/11882.txt b/.changelog/11882.txt new file mode 100644 index 00000000000..126505bd3f5 --- /dev/null +++ b/.changelog/11882.txt @@ -0,0 +1,2 @@ +```release-note:none +``` \ No newline at end of file diff --git a/google/services/logging/resource_logging_log_scope.go b/google/services/logging/resource_logging_log_scope.go index 37c4f52f68f..8445927ad31 100644 --- a/google/services/logging/resource_logging_log_scope.go +++ b/google/services/logging/resource_logging_log_scope.go @@ -74,7 +74,7 @@ func ResourceLoggingLogScope() *schema.Resource { Computed: true, Optional: true, ForceNew: true, - Description: `The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1.`, + Description: `The location of the resource. The only supported location is global so far.`, }, "parent": { Type: schema.TypeString, diff --git a/website/docs/r/logging_log_scope.html.markdown b/website/docs/r/logging_log_scope.html.markdown index 1cb58ec5f86..1687f667285 100644 --- a/website/docs/r/logging_log_scope.html.markdown +++ b/website/docs/r/logging_log_scope.html.markdown @@ -72,7 +72,7 @@ The following arguments are supported: * `location` - (Optional) - The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1. + The location of the resource. The only supported location is global so far. ## Attributes Reference