Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Files

28 lines (21 loc) · 658 Bytes

ssh_key.html.markdown

File metadata and controls

28 lines (21 loc) · 658 Bytes
layout page_title sidebar_current description
oneandone
1&1: oneandone_ssh_key
docs-oneandone-resource-ssh_key
Creates and manages 1&1 SSH Key.

oneandone_ssh_key

Manages SSH Keys on 1&1

Example Usage

resource "oneandone_ssh_key" "sshkey" {
  name = "test_ssh_key"
  description = "testing_ssh_keys"
}

Argument Reference

The following arguments are supported:

  • description - (Optional) Description for the ssh key
  • name - (Required) The name of the storage
  • public_key - (Optional) Public key to import. If not given, new SSH key pair will be created and the private key is returned in the response