sotoon_iam_group (Data Source)

Retrieves a group in the specified workspace

Example Usage

data "sotoon_workspace" "mycompany" {
  id = "ee6f89b5-e07c-42f1-9462-05cec9cd92d8" # Workspace ID
}

data "sotoon_iam_group" "deployers" {
  workspace_id = data.sotoon_workspace.mycompany.id
  name         = "deployers"
}

Schema

Required

  • name (String) Name of the group.
  • workspace_id (String) ID of the workspace which group defined in that.

Read-Only

  • id (String) ID of the group.