From d38b58be10a2d9a14bf79228464039556c15a0e3 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 9 Jan 2019 15:14:58 -0800 Subject: [PATCH] Add import to folder IAM policy docs (#2845) Signed-off-by: Modular Magician --- website/docs/r/google_folder_iam_policy.html.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/website/docs/r/google_folder_iam_policy.html.markdown b/website/docs/r/google_folder_iam_policy.html.markdown index 13dcaf76..5268e3e1 100644 --- a/website/docs/r/google_folder_iam_policy.html.markdown +++ b/website/docs/r/google_folder_iam_policy.html.markdown @@ -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}} +``` +