openstack_identity_group_v3

Manages a V3 group resource within OpenStack Keystone.

Example Usage

resource "openstack_identity_group_v3" "group_1" {
  name        = "group_1"
  description = "group 1"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

groups can be imported using the id, e.g.

$ terraform import openstack_identity_group_v3.group_1 89c60255-9bd6-460c-822a-e2b959ede9d2