FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

triton_machine

The triton_machine resource represents a virtual machine or infrastructure container running in Triton.

Example Usages

Run a SmartOS base-64 machine.

resource "triton_machine" "test" {
    name = "example-machine"
    package = "g3-standard-0.25-smartos"
    image = "842e6fa6-6e9b-11e5-8402-1b490459e334"

    tags = {
        hello = "world"
    }
}
                

Argument Reference

The following arguments are supported:

Attribute Reference

The following attributes are exported:


See the source of this document at Terraform.io