diff --git a/docs/resources/group_ldap_link.md b/docs/resources/group_ldap_link.md index 76109299b..1be41485a 100644 --- a/docs/resources/group_ldap_link.md +++ b/docs/resources/group_ldap_link.md @@ -37,11 +37,4 @@ resource "gitlab_group_ldap_link" "test" { - **group_access** (String) Minimum access level for members of the LDAP group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master` - **id** (String) The ID of this resource. -## Import -Import is supported using the following syntax: - -```shell -# GitLab group ldap links can be imported using an id made up of `ldap_provider:cn`, e.g. -terraform import gitlab_group_ldap_link.test "ldapmain:testuser" -``` diff --git a/examples/resources/gitlab_group_ldap_link/import.sh b/examples/resources/gitlab_group_ldap_link/import.sh deleted file mode 100644 index 54301fcad..000000000 --- a/examples/resources/gitlab_group_ldap_link/import.sh +++ /dev/null @@ -1,2 +0,0 @@ -# GitLab group ldap links can be imported using an id made up of `ldap_provider:cn`, e.g. -terraform import gitlab_group_ldap_link.test "ldapmain:testuser"