Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 913 Bytes

account_ssh_key.md

File metadata and controls

32 lines (21 loc) · 913 Bytes
page_title subcategory description
scaleway_account_ssh_key Data Source - terraform-provider-scaleway

scaleway_account_ssh_key (Data Source)

Schema

Optional

  • name (String) The name of the iam SSH key
  • project_id (String) The project_id you want to attach the resource to
  • ssh_key_id (String) The ID of the SSH key

Read-Only

  • created_at (String) The date and time of the creation of the iam SSH Key
  • disabled (Boolean) The SSH key status
  • fingerprint (String) The fingerprint of the iam SSH key
  • id (String) The ID of this resource.
  • organization_id (String) The organization_id you want to attach the resource to
  • public_key (String) The public SSH key
  • updated_at (String) The date and time of the last update of the iam SSH Key