FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

softlayer\ssh_key

Provides SSK keys. This allows SSH keys to be created, updated and deleted. For additional details please refer to API documentation.

Example Usage

resource "softlayer_ssh_key" "test_ssh_key" {
    name = "test_ssh_key_name"
    notes = "test_ssh_key_notes"
    public_key = "ssh-rsa <rsa_public_key>"
}

Argument Reference

The following arguments are supported:

Fields name and notes are editable.

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io