openstack_containerinfra_nodegroup_v1

Manages a V1 Magnum node group resource within OpenStack.

Example Usage

Create a Nodegroup

resource "openstack_containerinfra_nodegroup_v1" "nodegroup_1" {
  name                = "nodegroup_1"
  cluster_id          = "b9a45c5c-cd03-4958-82aa-b80bf93cb922"
  node_count          = 5
}

Argument reference

The following arguments are supported:

Attributes reference

The following attributes are exported:

Import

Node groups can be imported using the id (cluster_id/nodegroup_id), e.g.

$ terraform import openstack_containerinfra_nodegroup_v1.nodegroup_1 b9a45c5c-cd03-4958-82aa-b80bf93cb922/ce0f9463-dd25-474b-9fe8-94de63e5e42b