Skip to content

Commit 258ae05

Browse files
fix: add new fields to website
1 parent 1482cbc commit 258ae05

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

website/docs/r/user_ssh_key.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ resource "github_user_ssh_key" "example" {
2424

2525
The following arguments are supported:
2626

27-
* `title` - (Required) A descriptive name for the new key. e.g. `Personal MacBook Air`
27+
* `title` - (Required) A descriptive name for the new key.
2828
* `key` - (Required) The public SSH key to add to your GitHub account.
2929

3030
## Attributes Reference
3131

3232
The following attributes are exported:
3333

34-
* `id` - The ID of the SSH key
35-
* `url` - The URL of the SSH key
34+
* `key_id` - The unique identifier of the SSH signing key.
35+
* `etag`
3636

3737
## Import
3838

website/docs/r/user_ssh_signing_key.html.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ resource "github_user_ssh_signing_key" "example" {
2424

2525
The following arguments are supported:
2626

27-
* `title` - (Required) A descriptive name for the new key. e.g. `Personal MacBook Air`
27+
* `title` - (Required) A descriptive name for the new key.
2828
* `key` - (Required) The public SSH signing key to add to your GitHub account.
2929

3030
## Attributes Reference
3131

3232
The following attributes are exported:
3333

34-
* `id` - The ID of the SSH signing key
34+
* `key_id` - The unique identifier of the SSH signing key.
35+
* `etag`
3536

3637
## Import
3738

0 commit comments

Comments
 (0)