We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615ba46 commit ad2803fCopy full SHA for ad2803f
docs/resources/iam_ssh_key.md
@@ -22,7 +22,7 @@ resource "scaleway_iam_ssh_key" "main" {
22
The following arguments are supported:
23
24
- `name` - (Required) The name of the SSH key.
25
-- `public_key` - (Required) The public SSH key to be added.
+- `public_key` - (Required) The public SSH key to be added. Key will be stored in state without its comment.
26
- `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the SSH key is
27
associated with.
28
- `disabled` - (Optional) The SSH key status.
0 commit comments