teams
devops-workflow/teams/pagerduty
Terraform module to manage PagerDuty teams
 terraform-pagerduty-teams Terraform module for managing PagerDuty teams. This only creates and deletes the team. Not anything associated with the team. Usage ``hcl module "teams" { source = "devops-workflow/teams/pagerduty" version = "0.0.1" pagerduty_token = "${var.pagerduty_token}" teams = [ { name = "Team 1" }, { name = "Team 2" description = "Team Two" }, { name = "Team 3" }, ] } ``
| Name | Type | Description | Default |
|---|---|---|---|
| pagerduty_token | any | The API token for PagerDuty. Should be set via an environment variable. | required |
| enabled | any | Set to false to prevent the module from creating anything | true |
| teams | any | A list of maps containing information about PagerDuty teams. | [] |
ids — List of IDs of the teamsnames — List of Names of the teamsAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,