juju_jaas_group (Data Source)¶
A data source representing a Juju JAAS Group.
Example Usage¶
data "juju_jaas_group" "test" {
name = "group-0"
}
output "group_uuid" {
value = data.juju_jaas_group.test.uuid
}
Schema¶
Required¶
name
(String) The name of the group.
Read-Only¶
uuid
(String) The UUID of the group.