Skip to content

Commit

Permalink
update BackendService timeoutSec description (#10882) (#18400)
Browse files Browse the repository at this point in the history
[upstream:ff9f57ef52d73d1d232a28fb4ffdeae0693d36e0]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 11, 2024
1 parent 075639e commit 33c132f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .changelog/10882.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
6 changes: 4 additions & 2 deletions google/services/compute/resource_compute_backend_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,10 @@ not applicable if the protocol is UDP. Possible values: ["NONE", "CLIENT_IP", "C
Type: schema.TypeInt,
Computed: true,
Optional: true,
Description: `How many seconds to wait for the backend before considering it a
failed request. Default is 30 seconds. Valid range is [1, 86400].`,
Description: `The backend service timeout has a different meaning depending on the type of load balancer.
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
The default is 30 seconds.
The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.`,
},
"creation_timestamp": {
Type: schema.TypeString,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,10 @@ not applicable if the protocol is UDP. Possible values: ["NONE", "CLIENT_IP", "C
Type: schema.TypeInt,
Computed: true,
Optional: true,
Description: `How many seconds to wait for the backend before considering it a
failed request. Default is 30 seconds. Valid range is [1, 86400].`,
Description: `The backend service timeout has a different meaning depending on the type of load balancer.
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
The default is 30 seconds.
The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.`,
},
"creation_timestamp": {
Type: schema.TypeString,
Expand Down
6 changes: 4 additions & 2 deletions website/docs/r/compute_backend_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,10 @@ The following arguments are supported:

* `timeout_sec` -
(Optional)
How many seconds to wait for the backend before considering it a
failed request. Default is 30 seconds. Valid range is [1, 86400].
The backend service timeout has a different meaning depending on the type of load balancer.
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
The default is 30 seconds.
The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.

* `log_config` -
(Optional)
Expand Down
6 changes: 4 additions & 2 deletions website/docs/r/compute_region_backend_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,10 @@ The following arguments are supported:

* `timeout_sec` -
(Optional)
How many seconds to wait for the backend before considering it a
failed request. Default is 30 seconds. Valid range is [1, 86400].
The backend service timeout has a different meaning depending on the type of load balancer.
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
The default is 30 seconds.
The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.

* `log_config` -
(Optional)
Expand Down

0 comments on commit 33c132f

Please sign in to comment.