pez-infra/terraform/pagerduty/providers.tf
Rasmus "Pez" Wejlgaard 9bde71fbf9
Some checks are pending
Terraform / Plan (push) Waiting to run
Terraform / Apply (push) Blocked by required conditions
adding pagerduty stack (#95)
* adding pagerduty stack

* rename files to not be overly descriptive
2026-05-04 20:50:31 +01:00

8 lines
128 B
HCL

terraform {
required_providers {
pagerduty = {
source = "pagerduty/pagerduty"
version = "~> 2.2"
}
}
}