We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d30be commit 7689c2cCopy full SHA for 7689c2c
website/docs/r/service.html.markdown
@@ -194,6 +194,13 @@ The following arguments are supported:
194
* `ip` - IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers).
195
* `hostname` - Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers).
196
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
204
## Import
205
206
Service can be imported using its namespace and name, e.g.
0 commit comments