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 balanaguharsha committed Apr 19, 2024
1 parent b25aa5d commit 3364c5e
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 3364c5e

Please sign in to comment.