Skip to content

Commit 9457c73

Browse files
authored
add timeouts support for sql database instance (hashicorp#1288)
* add timeouts support for sql database instance * rm a tag
1 parent d4e79ea commit 9457c73

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/r/sql_database_instance.html.markdown

+9
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,15 @@ when the resource is configured with a `count`.
229229
* `settings.version` - Used to make sure changes to the `settings` block are
230230
atomic.
231231

232+
## Timeouts
233+
234+
`google_sql_database_instance` provides the following
235+
[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:
236+
237+
- `create` - Default is 10 minutes.
238+
- `update` - Default is 10 minutes.
239+
- `delete` - Default is 10 minutes.
240+
232241
## Import
233242

234243
Database instances can be imported using the `name`, e.g.

0 commit comments

Comments
 (0)