openstack_identity_role_v3

Manages a V3 Role resource within OpenStack Keystone.

Example Usage

resource "openstack_identity_role_v3" "role_1" {
  name = "role_1"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

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

$ terraform import openstack_identity_role_v3.role_1 89c60255-9bd6-460c-822a-e2b959ede9d2