Skip to content

Commit

Permalink
docs: fix import example in google_project_iam (#10007) (#17390)
Browse files Browse the repository at this point in the history
Fix the example in the `google_project_iam` documentation.

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_project_iam#import

[upstream:5599650ebf0ace9601ddfea4dd785741c7e359b9]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and SarahFrench committed Mar 1, 2024
1 parent ed8e01a commit eeb355f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/10007.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
2 changes: 1 addition & 1 deletion website/docs/r/google_project_iam.html.markdown
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 eeb355f

Please sign in to comment.