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 Feb 23, 2024
1 parent 7c2fc27 commit 5599650
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:[email protected]"m"
id = "{{project_id}} roles/viewer user:[email protected]"
to = google_project_iam_member.default
}
```
Expand Down

0 comments on commit 5599650

Please sign in to comment.