Skip to content

Commit

Permalink
fix(iam): data source ssh_key documentation (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitob committed Dec 5, 2022
1 parent 7d1645e commit 1cc3af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/iam_ssh_key.md
Expand Up @@ -26,7 +26,7 @@ data "scaleway_iam_ssh_key" "my_key" {

- `name` - The SSH key name. Only one of `name` and `ssh_key_id` should be specified.
- `ssh_key_id` - The SSH key id. Only one of `name` and `ssh_key_id` should be specified.
- `project_id` (Optional) - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the SSH
- `project_id` (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the SSH
key is associated with.

## Attributes Reference
Expand Down

0 comments on commit 1cc3af5

Please sign in to comment.