openstack_identity_project_v3

Manages a V3 Project resource within OpenStack Keystone.

Example Usage

resource "openstack_identity_project_v3" "project_1" {
  name        = "project_1"
  description = "A project"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

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

$ terraform import openstack_identity_project_v3.project_1 89c60255-9bd6-460c-822a-e2b959ede9d2