Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 971 Bytes

File metadata and controls

40 lines (31 loc) · 971 Bytes
title categorySlug slug parentDocSlug hidden order
scalr_iam_team
scalr-terraform-provider
provider_datasource_scalr_iam_team
provider_datasources
false
8

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.