» tfe_team

Manages teams.

» Example Usage

Basic usage:

resource "tfe_team" "test" {
  name         = "my-team-name"
  organization = "my-org-name"
}

» Argument Reference

The following arguments are supported:

  • name - (Required) Name of the team.
  • organization - (Required) Name of the organization.

» Attributes Reference

  • id The ID of the team.

» Import

Teams can be imported; use <ORGANIZATION NAME>/<TEAM ID> as the import ID. For example:

terraform import tfe_team.test my-org-name/team-uomQZysH9ou42ZYY