openstack_identity_role_v3
Manages a V3 Role resource within OpenStack Keystone.
Note: You must have admin privileges in your OpenStack cloud to use this resource.
Example Usage
resource "openstack_identity_role_v3" "role_1" { name = "role_1" }
Argument Reference
The following arguments are supported:
-
name
- The name of the role. -
domain_id
- (Optional) The domain the role belongs to. -
region
- (Optional) The region in which to obtain the V3 Keystone client. If omitted, theregion
argument of the provider is used. Changing this creates a new Role.
Attributes Reference
The following attributes are exported:
-
name
- See Argument Reference above. -
domain_id
- See Argument Reference above. -
region
- See Argument Reference above.
Import
Roles can be imported using the id
, e.g.
$ terraform import openstack_identity_role_v3.role_1 89c60255-9bd6-460c-822a-e2b959ede9d2
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/openstack/r/identity_role_v3.html