Skip to content

Commit

Permalink
docs: fix import example in google_project_iam (GoogleCloudPlatform#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki0920 authored and pengq-google committed May 21, 2024
1 parent 42e2237 commit 8bf6c71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ An [`import` block](https://developer.hashicorp.com/terraform/language/import) (

```tf
import {
id = ""{{project_id}} roles/viewer user:foo@example.com"m"
id = "{{project_id}} roles/viewer user:foo@example.com"
to = google_project_iam_member.default
}
```
Expand Down

0 comments on commit 8bf6c71

Please sign in to comment.