scalr_iam_team

Data Source: scalr_iam_team

Retrieves the details of a Scalr team.

Example Usage

data "scalr_iam_team" "example1" {
  id         = "team-xxxxxxxxxx"
  account_id = "acc-xxxxxxxxxx"
}

data "scalr_iam_team" "example2" {
  name       = "dev"
  account_id = "acc-xxxxxxxxxx"
}

Schema

Optional

  • account_id (String) The identifier of the Scalr account.
  • id (String) Identifier of the team.
  • name (String) Name of the team.

Read-Only

  • description (String) A verbose description of the team.
  • identity_provider_id (String) An identifier of an identity provider team is linked to, in the format idp-<RANDOM STRING>.
  • users (List of String) The list of the user identifiers that belong to the team.