Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 521 Bytes

File metadata and controls

26 lines (19 loc) · 521 Bytes
page_title subcategory description
morpheus_user_group Data Source - terraform-provider-morpheus
Provides a Morpheus user group data source.

morpheus_user_group (Data Source)

Provides a Morpheus user group data source.

Example Usage

data "morpheus_user_group" "tf_example_user_group" {
  name = "TF Example User Group"
}

Schema

Optional

  • id (Number) The ID of the user group
  • name (String) The name of the user group