| page_title | flashduty_team Resource - flashduty |
|---|---|
| subcategory | |
| description | Manages a Flashduty team. |
Manages a Flashduty team.
# Create a basic team
resource "flashduty_team" "sre" {
team_name = "SRE Team"
description = "Site Reliability Engineering team"
}
# Create a team for a specific service
resource "flashduty_team" "payment_service" {
team_name = "Payment Service Team"
description = "Team responsible for payment service operations"
}description(String) The description of the team.team_name(String) The name of the team. Must be unique within the account.
id(String) The unique identifier of the team.