Add import to folder IAM policy docs (#2845)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-01-09 15:14:58 -08:00 committed by emily
parent f08a492cd5
commit d38b58be10

View File

@ -50,4 +50,13 @@ The following arguments are supported:
In addition to the arguments listed above, the following computed attributes are
exported:
* `etag` - (Computed) The etag of the folder's IAM policy. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other.
* `etag` - (Computed) The etag of the folder's IAM policy. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other.
## Import
A policy can be imported using the `folder`, e.g.
```
$ terraform import google_folder_iam_policy.my-folder-policy {{folder_id}}
```