Skip to content

Commit 78c400a

Browse files
mhodgsontimofurrer
authored andcommitted
Add examples for Group SAML links
1 parent 0492479 commit 78c400a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# GitLab group saml links can be imported using an id made up of `group_id:saml_group_name`, e.g.
2+
terraform import gitlab_group_saml_link.test "12345:samlgroupname1"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource "gitlab_group_saml_link" "test" {
2+
group_id = "12345"
3+
access_level = "Developer"
4+
saml_group_name = "samlgroupname1"
5+
}

0 commit comments

Comments
 (0)