Skip to content

PagerDuty Terraform Component Module.

Notifications You must be signed in to change notification settings

honestbank/terraform-pagerduty-alerting

Repository files navigation

PagerDuty Terraform Component Module

This repository contains the PagerDuty component module meant to be used by layer/other modules to build and manage PagerDuty resources. This module is not meant to manage live infrastructure on its own. For more details on Terraform module design please refer to the Terraform Module Structure page in Notion.

Authentication

To authenticate to PagerDuty/the provider, either set the token attribute in the provider configuration block, or export the PAGERDUTY_TOKEN environment variable.

Requirements

Name Version
terraform >= 1.3.0
pagerduty >= 2.7

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
pagerduty_token PagerDuty API token. string n/a yes

Outputs

No outputs.