Skip to content

Commit c4cfe2b

Browse files
committed
resource/gitlab_user_sshkey: Improve documentation and reference upstream docs
1 parent 698b49a commit c4cfe2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/user_sshkey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
page_title: "gitlab_user_sshkey Resource - terraform-provider-gitlab"
44
subcategory: ""
55
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.
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

internal/provider/resource_gitlab_user_sshkey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
var _ = 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

0 commit comments

Comments
 (0)