mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
Updates the requirements on and [pagerduty/pagerduty](https://github.com/PagerDuty/terraform-provider-pagerduty) to permit the latest version. Updates `pagerduty/pagerduty` to 3.32.4 - [Release notes](https://github.com/PagerDuty/terraform-provider-pagerduty/releases) - [Changelog](https://github.com/PagerDuty/terraform-provider-pagerduty/blob/master/CHANGELOG.md) - [Commits](https://github.com/PagerDuty/terraform-provider-pagerduty/compare/v2.2.0...v3.32.4) Updates `pagerduty/pagerduty` to 3.32.4 - [Release notes](https://github.com/PagerDuty/terraform-provider-pagerduty/releases) - [Changelog](https://github.com/PagerDuty/terraform-provider-pagerduty/blob/master/CHANGELOG.md) - [Commits](https://github.com/PagerDuty/terraform-provider-pagerduty/compare/v2.2.0...v3.32.4) --- updated-dependencies: - dependency-name: pagerduty/pagerduty dependency-version: 3.32.4 dependency-type: direct:production dependency-group: terraform - dependency-name: pagerduty/pagerduty dependency-version: 3.32.4 dependency-type: direct:production dependency-group: terraform ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 lines
129 B
HCL
8 lines
129 B
HCL
terraform {
|
|
required_providers {
|
|
pagerduty = {
|
|
source = "pagerduty/pagerduty"
|
|
version = "~> 3.32"
|
|
}
|
|
}
|
|
}
|