Skip to content

Commit cab9494

Browse files
drzero42rosbo
authored andcommitted
Container cluster importable (hashicorp#391)
1 parent 925a29c commit cab9494

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/r/container_cluster.html.markdown

+8
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,11 @@ exported:
216216
- `create` - (Default `30 minutes`) Used for clusters
217217
- `update` - (Default `10 minutes`) Used for updates to clusters
218218
- `delete` - (Default `10 minutes`) Used for destroying clusters.
219+
220+
## Import
221+
222+
Container clusters can be imported using the `zone`, and `name`, e.g.
223+
224+
```
225+
$ terraform import google_container_cluster.mycluster us-east1-a/my-cluster
226+
```

0 commit comments

Comments
 (0)