terraform-provider-cloudstack

command module
v0.0.0-...-bb03501 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2016 License: MPL-2.0 Imports: 2 Imported by: 0

README

Terraform CloudStack Provider

CircleCI

This is a CloudStack provider for terraform.

Now Terraform has builtin CloudStack provider. You may want to use it.

Installation

$ go get github.com/atsaki/terraform-provider-cloudstack

Add cloudstack provier to ~/.terraformrc

providers {
    cs = "<YOUR GOPATH>/bin/terraform-provider-cloudstack"
}

Example

variable "end_point" {}
variable "api_key" {}
variable "secret_key" {}

provider "cs" {
  end_point   = "${var.end_point}"
  api_key    = "${var.api_key}"
  secret_key = "${var.secret_key}"
}

resource "cs_virtual_machine" "vm01" {
  zone_name = "zone01"
  service_offering_name = "t1.micro"
  template_name = "CentOS6.5"
  display_name = "vm01"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
terraform-provider-cs

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL