FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

triton_key

The triton_key resource represents an SSH key for a Triton account.

Example Usages

Create a key

resource "triton_key" "example" {
    name = "Example Key"
    key = "${file("keys/id_rsa")}"
}
                

Argument Reference

The following arguments are supported:


See the source of this document at Terraform.io