terraform/website/source/docs/providers/cloudstack/r/affinity_group.html.markdown

989 B

layout page_title sidebar_current description
cloudstack CloudStack: cloudstack_affinity_group docs-cloudstack-resource-affinity-group Creates an affinity group.

cloudstack_affinity_group

Creates an affinity group.

Example Usage

resource "cloudstack_affinity_group" "default" {
  name = "myGroup"
  type = "anti-affinity"
  project = "myProject"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the affinity group. Changing this forces a new resource to be created.

  • description - (Optional) The description of the affinity group.

  • type - (Required) The affinity group type. Changing this forces a new resource to be created.

  • project - (Optional) The name or ID of the project to register this affinity group to. Changing this forces a new resource to be created.

Attributes Reference

The following attributes are exported:

  • id - The id of the affinity group.