File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ resource "github_user_ssh_key" "example" {
2424
2525The 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
3232The 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
Original file line number Diff line number Diff line change @@ -24,14 +24,15 @@ resource "github_user_ssh_signing_key" "example" {
2424
2525The 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
3232The 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
You can’t perform that action at this time.
0 commit comments