Skip to content

Commit 277ba73

Browse files
committed
example: add access_level to gitlab_project_access_token
1 parent 5d3ec85 commit 277ba73

File tree

1 file changed

+4
-3
lines changed
  • examples/resources/gitlab_project_access_token

1 file changed

+4
-3
lines changed

examples/resources/gitlab_project_access_token/resource.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
resource "gitlab_project_access_token" "example" {
2-
project = "25"
3-
name = "Example project access token"
4-
expires_at = "2020-03-14"
2+
project = "25"
3+
name = "Example project access token"
4+
expires_at = "2020-03-14"
5+
access_level = "reporter"
56

67
scopes = ["api"]
78
}

0 commit comments

Comments
 (0)