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 33page_title : " gitlab_user_sshkey Resource - terraform-provider-gitlab"
44subcategory : " "
55description : |-
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 .
77 Upstream API: GitLab API docs https://docs.gitlab.com/ee/api/users.html#single-ssh-key
88---
99
1010# gitlab_user_sshkey (Resource)
1111
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 .
1313
1414** Upstream API** : [ GitLab API docs] ( https://docs.gitlab.com/ee/api/users.html#single-ssh-key )
1515
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616
1717var _ = registerResource ("gitlab_user_sshkey" , func () * schema.Resource {
1818 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 .
2020
2121**Upstream API**: [GitLab API docs](https://docs.gitlab.com/ee/api/users.html#single-ssh-key)` ,
2222
You can’t perform that action at this time.
0 commit comments