FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_affinity_group

Creates an affinity group.

Example Usage

resource "cloudstack_affinity_group" "default" {
  name = "test-affinity-group"
  type = "host anti-affinity"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io