File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
page_title : " gitlab_user_sshkey Resource - terraform-provider-gitlab"
4
4
subcategory : " "
5
5
description : |-
6
- This resource allows to manage GitLab user SSH keys .
6
+ The gitlab_user_sshkey resource allows to manage the lifecycle of an SSH key assigned to a user .
7
7
Upstream API: GitLab API docs https://docs.gitlab.com/ee/api/users.html#single-ssh-key
8
8
---
9
9
10
10
# gitlab_user_sshkey (Resource)
11
11
12
- This resource allows to manage GitLab user SSH keys .
12
+ The ` gitlab_user_sshkey ` resource allows to manage the lifecycle of an SSH key assigned to a user .
13
13
14
14
** Upstream API** : [ GitLab API docs] ( https://docs.gitlab.com/ee/api/users.html#single-ssh-key )
15
15
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
17
17
var _ = registerResource ("gitlab_user_sshkey" , func () * schema.Resource {
18
18
return & schema.Resource {
19
- Description : `This resource allows to manage GitLab user SSH keys .
19
+ Description : `The ` + "`" + `gitlab_user_sshkey` + "`" + ` resource allows to manage the lifecycle of an SSH key assigned to a user .
20
20
21
21
**Upstream API**: [GitLab API docs](https://docs.gitlab.com/ee/api/users.html#single-ssh-key)` ,
22
22
You can’t perform that action at this time.
0 commit comments