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