Fix typo in google_project_service import docs (#1874)

This commit is contained in:
Scott Jungwirth 2018-08-14 17:08:22 -07:00 committed by Nathan McKinley
parent 004c010b33
commit ee2e6c4440

View File

@ -40,5 +40,5 @@ The following arguments are supported:
Project services can be imported using the `project_id` and `service`, e.g.
```
$ terraform import google_project_services.my_project your-project-id/iam.googleapis.com
$ terraform import google_project_service.my_project your-project-id/iam.googleapis.com
```