openstack_identity_user_v3

Use this data source to get the ID of an OpenStack user.

Example Usage

data "openstack_identity_user_v3" "user_1" {
  name = "user_1"
}

Argument Reference

The following arguments are supported:

  • description - (Optional) A description of the user.

  • default_project_id - (Optional) The default project this user belongs to.

  • domain_id - (Optional) The domain this user belongs to.

  • enabled - (Optional) Whether the user is enabled or disabled. Valid values are true and false.

  • idp_id - (Optional) The identity provider ID of the user.

  • name - (Optional) The name of the user.

  • password_expires_at - (Optional) Query for expired passwords. See the OpenStack API docs for more information on the query format.

  • protocol_id - (Optional) The protocol ID of the user.

  • unique_id - (Optional) The unique ID of the user.

Attributes Reference

The following attributes are exported:

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/openstack/d/identity_user_v3.html