Correct google_compute_ssl_certificate import example (#1970)

This commit is contained in:
David Alger 2018-09-05 17:34:47 -05:00 committed by Dana Hoffman
parent 6cf87b4014
commit 526fb51824

View File

@ -126,5 +126,5 @@ exported:
SSL certificate can be imported using the `name`, e.g.
```
$ terraform import compute_ssl_certificate.html.foobar foobar
$ terraform import google_compute_ssl_certificate.default my-certificate
```