mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
* adding pagerduty stack * rename files to not be overly descriptive
8 lines
128 B
HCL
8 lines
128 B
HCL
terraform {
|
|
required_providers {
|
|
pagerduty = {
|
|
source = "pagerduty/pagerduty"
|
|
version = "~> 2.2"
|
|
}
|
|
}
|
|
}
|