Skip to content

Commit

Permalink
docs: fix import example in google_project_iam (#10007) (hashicorp#7016)
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 Feb 23, 2024
1 parent d5051ff commit 0c6bcd3
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 2 additions & 0 deletions website/docs/r/cloudfunctions_function.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ Please refer to the field 'effective_labels' for all of the labels present on th

* `build_environment_variables` - (Optional) A set of key/value environment variable pairs available during build time.

* `build_worker_pool` - (Optional) Name of the Cloud Build Custom Worker Pool that should be used to build the function.

* `vpc_connector` - (Optional) The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is `projects/*/locations/*/connectors/*`.

* `vpc_connector_egress_settings` - (Optional) The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are `ALL_TRAFFIC` and `PRIVATE_RANGES_ONLY`. Defaults to `PRIVATE_RANGES_ONLY`. If unset, this field preserves the previously set value.
Expand Down
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 0c6bcd3

Please sign in to comment.