We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90f780 commit c0d5f3aCopy full SHA for c0d5f3a
docs/resources/group_saml_link.md
@@ -18,7 +18,7 @@ The `gitlab_group_saml_link` resource allows to manage the lifecycle of an SAML
18
```terraform
19
resource "gitlab_group_saml_link" "test" {
20
group_id = "12345"
21
- access_level = "Developer"
+ access_level = "developer"
22
saml_group_name = "samlgroupname1"
23
}
24
```
examples/resources/gitlab_group_saml_link/resource.tf
@@ -1,5 +1,5 @@
1
2
3
4
5
0 commit comments