Skip to content

Commit

Permalink
Add import support for ssl certificate, http/s proxy and url map (has…
Browse files Browse the repository at this point in the history
  • Loading branch information
krotkiewicz authored and rosbo committed Nov 9, 2017
1 parent 7ab46e1 commit 0367471
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/r/compute_ssl_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,11 @@ exported:

[1]: /docs/providers/google/r/compute_target_https_proxy.html
[2]: /docs/configuration/resources.html#lifecycle

## Import

SSL certificate can be imported using the `name`, e.g.

```
$ terraform import compute_ssl_certificate.html.foobar foobar
```
8 changes: 8 additions & 0 deletions docs/r/compute_target_http_proxy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,11 @@ exported:
* `proxy_id` - A unique ID assigned by GCE.

* `self_link` - The URI of the created resource.

## Import

Target HTTP Proxy can be imported using the `name`, e.g.

```
$ terraform import compute_target_http_proxy.foobar foobar
```
8 changes: 8 additions & 0 deletions docs/r/compute_target_https_proxy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,11 @@ exported:
* `proxy_id` - A unique ID assigned by GCE.

* `self_link` - The URI of the created resource.

## Import

Target HTTPS Proxy can be imported using the `name`, e.g.

```
$ terraform import compute_target_https_proxy.foobar foobar
```
11 changes: 11 additions & 0 deletions docs/r/compute_url_map.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,14 @@ exported:
* `map_id` - The GCE assigned ID of the resource.

* `self_link` - The URI of the created resource.

## Import

URL Map can be imported using the `name`, e.g.

```
$ terraform import google_compute_url_map.html.foobar foobar
```


Currently `host_rule`, `path_matcher` and `test` importing is not yet supported.

0 comments on commit 0367471

Please sign in to comment.