FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

Triton Provider

The Triton provider is used to interact with resources in Joyent’s Triton cloud. It is compatible with both public- and on-premise installations of Triton. The provider needs to be configured with the proper credentials before it can be used.

Use the navigation to the left to read about the available resources.

Example Usage

provider "triton" {
    account      = "AccountName"
    key_material = "${file("~/.ssh/id_rsa")}"
    key_id       = "25:d4:a9:fe:ef:e6:c0:bf:b4:4b:4b:d4:a8:8f:01:0f"

    # If using a private installation of Triton, specify the URL
    url = "https://us-west-1.api.joyentcloud.com"
}

Argument Reference

The following arguments are supported in the provider block:


See the source of this document at Terraform.io