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.
To authenticate to PagerDuty/the provider, either set the token
attribute in the provider configuration block, or
export the PAGERDUTY_TOKEN
environment variable.
Name | Version |
---|---|
terraform | >= 1.3.0 |
pagerduty | >= 2.7 |
No providers.
No modules.
No resources.
Name | Description | Type | Default | Required |
---|---|---|---|---|
pagerduty_token | PagerDuty API token. | string |
n/a | yes |
No outputs.