Skip to content

Commit 868343e

Browse files
committed
doc: guide increase timeouts
1 parent c61b406 commit 868343e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/guides/increase-resources-timeout.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,15 @@ resource "scaleway_k8s_pool" "pool" {
4343
### Example: Using the default Timeout
4444

4545
```terraform
46-
46+
resource "scaleway_object_bucket" "test" {
47+
name = "this-is-a-test"
48+
tags = {
49+
TestName = "TestAccSCW_WebsiteConfig_basic"
50+
}
51+
timeouts {
52+
default = "5m"
53+
}
54+
}
4755
```
4856

4957
If both default and one of create, update, or delete are set, the specific key overrides the default value.

0 commit comments

Comments
 (0)