Skip to content

Commit

Permalink
Update documentation to list global as the only supported location …
Browse files Browse the repository at this point in the history
…for logging resource `LogScope` (#11882) (#19710)

[upstream:c8de2fa7e8aa173372995eb7810702010e33e808]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 1, 2024
1 parent 0d47eeb commit 6519bde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/11882.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
2 changes: 1 addition & 1 deletion google/services/logging/resource_logging_log_scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/logging_log_scope.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6519bde

Please sign in to comment.