FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_template

Registers an existing template into the CloudStack cloud.

Example Usage

resource "cloudstack_template" "centos64" {
  name = "CentOS 6.4 x64"
  format= "VHD"
  hypervisor = "XenServer"
  os_type = "CentOS 6.4 (64bit)"
  url = "http://someurl.com/template.vhd"
  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