» openstack_identity_project_v3
Use this data source to get the ID of an OpenStack project.
» Example Usage
data "openstack_identity_project_v3" "project_1" {
name = "demo"
}
» Argument Reference
The following arguments are supported:
-
domain_id
- (Optional) The domain this project belongs to. -
enabled
- (Optional) Whether the project is enabled or disabled. Valid values aretrue
andfalse
. -
is_domain
- (Optional) Whether this project is a domain. Valid values aretrue
andfalse
. -
name
- (Optional) The name of the project. -
parent_id
- (Optional) The parent of this project.
» Attributes Reference
id
is set to the ID of the found project. In addition, the following attributes
are exported: