diff --git a/docs/resources/group.md b/docs/resources/group.md index 8e36aff7..848fee6b 100644 --- a/docs/resources/group.md +++ b/docs/resources/group.md @@ -63,4 +63,6 @@ Import is supported using the following syntax: ```shell terraform import googleworkspace_group.sales 01abcde23fg4h5i +# or with email as id +terraform import googleworkspace_group.sales sales@example.com ```