teams

devops-workflow/teams/pagerduty

Terraform Module HCL PAGERDUTY

Terraform module to manage PagerDuty teams

Install
module "teams" {
source = "devops-workflow/teams/pagerduty"
version = "0.0.1"
}
plain text: /constructs/tfmod-devops-workflow-teams-pagerduty/install.txt
⭐ Source on GitHub 📦 Registry page
README

![CircleCI](https://circleci.com/gh/devops-workflow/terraform-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" }, ] } ``

Inputs (3)
NameTypeDescriptionDefault
pagerduty_tokenanyThe API token for PagerDuty. Should be set via an environment variable. required
enabledanySet to false to prevent the module from creating anythingtrue
teamsanyA list of maps containing information about PagerDuty teams.[]
Outputs (2)
ids — List of IDs of the teams
names — List of Names of the teams
Resources (1)
pagerduty_team
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud PAGERDUTY
★ Stars0
Forks3
Total downloads833
Inputs3
Outputs2
Resources1
Examples2
Namespacedevops-workflow
Updated