Skip to content

Commit

Permalink
remove updatable (linode#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai authored Aug 6, 2024
1 parent 20b6a72 commit c5c99f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ssh_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Manage a Linode SSH key.
|-----------|------|----------|------------------------------------------------------------------------------|
| `label` | <center>`str`</center> | <center>**Required**</center> | This SSH key's unique label. |
| `state` | <center>`str`</center> | <center>**Required**</center> | The state of this SSH key. **(Choices: `present`, `absent`)** |
| `ssh_key` | <center>`str`</center> | <center>Optional</center> | The SSH public key value. **(Updatable)** |
| `ssh_key` | <center>`str`</center> | <center>Optional</center> | The SSH public key value. |

## Return Values

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/ssh_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
),
"ssh_key": SpecField(
type=FieldType.string,
editable=True,
description=["The SSH public key value."],
),
}
Expand Down

0 comments on commit c5c99f5

Please sign in to comment.