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

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/oneandone/r/ssh_key.html