Skip to content

Commit ad2803f

Browse files
committed
document state behavior
1 parent 615ba46 commit ad2803f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/iam_ssh_key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "scaleway_iam_ssh_key" "main" {
2222
The following arguments are supported:
2323

2424
- `name` - (Required) The name of the SSH key.
25-
- `public_key` - (Required) The public SSH key to be added.
25+
- `public_key` - (Required) The public SSH key to be added. Key will be stored in state without its comment.
2626
- `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the SSH key is
2727
associated with.
2828
- `disabled` - (Optional) The SSH key status.

0 commit comments

Comments
 (0)