Skip to content

Commit c0d5f3a

Browse files
committed
Fix SAML resource example
1 parent c90f780 commit c0d5f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/group_saml_link.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `gitlab_group_saml_link` resource allows to manage the lifecycle of an SAML
1818
```terraform
1919
resource "gitlab_group_saml_link" "test" {
2020
group_id = "12345"
21-
access_level = "Developer"
21+
access_level = "developer"
2222
saml_group_name = "samlgroupname1"
2323
}
2424
```
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "gitlab_group_saml_link" "test" {
22
group_id = "12345"
3-
access_level = "Developer"
3+
access_level = "developer"
44
saml_group_name = "samlgroupname1"
55
}

0 commit comments

Comments
 (0)