openstack_identity_service_v3

Manages a V3 Service resource within OpenStack Keystone.

Example Usage

resource "openstack_identity_service_v3" "service_1" {
  name = "custom"
  type = "custom"
}

Argument Reference

The following arguments are supported:

Attributes Reference

id is set to the ID of the found service. In addition, the following attributes are exported:

Import

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

$ terraform import openstack_identity_service_v3.service_1 6688e967-158a-496f-a224-cae3414e6b61