Integration
The sym_integration
resource allows you to provide Sym with the credentials and context to connect to an external service. For example, below you see a PagerDuty integration.
resource "sym_integration" "pagerduty" {
type = "pagerduty"
name = "pagerduty"
settings = {
api_key = "xxx"
}
}
Name | Description | Required |
---|---|---|
| The type of | ✔️ |
| A slug uniquely identifying your | ✔️ |
| A set of parameters. See the documentation for your specific |
Updated 4 months ago
Did this page help you?