Skip to content

Commit 32ad829

Browse files
committed
add timeouts
1 parent ba69556 commit 32ad829

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

.changelog/2984.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
```release-note:enhancement
22
resource/tencentcloud_as_scaling_group: The asg ignores the order of `forward_balancer_ids`
3+
```
4+
5+
```release-note:enhancement
6+
resource/tencentcloud_as_start_instance_refresh: Add `timeouts` for refresh action
37
```

tencentcloud/services/as/resource_tc_as_start_instance_refresh.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tencentcloud/services/as/resource_tc_as_start_instance_refresh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ resource "tencentcloud_as_start_instance_refresh" "example" {
1414
max_surge = 1
1515
}
1616
}
17+
18+
timeouts {
19+
create = "10m"
20+
}
1721
}
1822
```

website/docs/r/as_start_instance_refresh.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ resource "tencentcloud_as_start_instance_refresh" "example" {
2525
max_surge = 1
2626
}
2727
}
28+
29+
timeouts {
30+
create = "10m"
31+
}
2832
}
2933
```
3034

0 commit comments

Comments
 (0)