Skip to content

Commit fc9b6ba

Browse files
authored
Merge pull request #868 from timofurrer/bugfix/issue-448
resource/gitlab_group_ldap_link: remove doc for import, because it is not supported
2 parents 0838ca3 + a790e32 commit fc9b6ba

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/resources/group_ldap_link.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,4 @@ resource "gitlab_group_ldap_link" "test" {
3737
- **group_access** (String) Minimum access level for members of the LDAP group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
3838
- **id** (String) The ID of this resource.
3939

40-
## Import
4140

42-
Import is supported using the following syntax:
43-
44-
```shell
45-
# GitLab group ldap links can be imported using an id made up of `ldap_provider:cn`, e.g.
46-
terraform import gitlab_group_ldap_link.test "ldapmain:testuser"
47-
```

examples/resources/gitlab_group_ldap_link/import.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)