We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
group
1 parent 2aa1c94 commit 78e68bfCopy full SHA for 78e68bf
docs/resources/group_saml_link.md
@@ -17,7 +17,7 @@ The `gitlab_group_saml_link` resource allows to manage the lifecycle of an SAML
17
18
```terraform
19
resource "gitlab_group_saml_link" "test" {
20
- group_id = "12345"
+ group = "12345"
21
access_level = "developer"
22
saml_group_name = "samlgroupname1"
23
}
examples/resources/gitlab_group_saml_link/resource.tf
@@ -1,5 +1,5 @@
1
2
3
4
5
0 commit comments