Skip to content

Commit

Permalink
Update docs to fix incorrect timeout value in google_composer_environ…
Browse files Browse the repository at this point in the history
  • Loading branch information
entertvl authored and akshat-jindal-nit committed Nov 18, 2024
1 parent 923e076 commit 1052174
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1638,9 +1638,9 @@ In addition to the arguments listed above, the following computed attributes are
This resource provides the following
[Timeouts](https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts) configuration options: configuration options:

- `create` - Default is 60 minutes.
- `update` - Default is 60 minutes.
- `delete` - Default is 6 minutes.
- `create` - Default is 120 minutes.
- `update` - Default is 120 minutes.
- `delete` - Default is 30 minutes.

## Import

Expand Down

0 comments on commit 1052174

Please sign in to comment.