Skip to content

Commit

Permalink
Support import for google_compute_https_health_check (hashicorp#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo authored and danawillow committed Jul 18, 2017
1 parent f1ca47c commit ba66744
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/r/compute_https_health_check.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@ The following arguments are supported:
The following attributes are exported:

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

## Import

HTTPS health checks can be imported using the `name`, e.g.

```
$ terraform import google_compute_https_health_check.default test
```

0 comments on commit ba66744

Please sign in to comment.