Skip to content

Commit 7689c2c

Browse files
authored
Add service timeouts docs (#1019)
1 parent c9d30be commit 7689c2c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/r/service.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,13 @@ The following arguments are supported:
194194
* `ip` - IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers).
195195
* `hostname` - Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers).
196196

197+
### Timeouts
198+
199+
`kubernetes_service` provides the following
200+
[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:
201+
202+
- `create` - Default `10 minutes`
203+
197204
## Import
198205

199206
Service can be imported using its namespace and name, e.g.

0 commit comments

Comments
 (0)