FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_instance

Creates and automatically starts a virtual machine based on a service offering, disk offering, and template.

Example Usage

resource "cloudstack_instance" "web" {
    name = "server-1"
    service_offering= "small"
    network_id = "6eb22f91-7454-4107-89f4-36afcdf33021"
    template = "CentOS 6.5"
    zone = "zone-1"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io