Skip to content

Commit

Permalink
feat(terraform)!: Update Terraform pagerduty to v3
Browse files Browse the repository at this point in the history
| datasource         | package             | from   | to    |
| ------------------ | ------------------- | ------ | ----- |
| terraform-provider | pagerduty/pagerduty | 2.16.2 | 3.0.0 |
  • Loading branch information
henry-pa-bot authored and kitos9112 committed Sep 15, 2023
1 parent 0b0a09b commit 8eaa904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/pagerduty/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
pagerduty = {
source = "pagerduty/pagerduty"
version = "2.16.2"
version = "3.0.0"
}
}
}
Expand Down

0 comments on commit 8eaa904

Please sign in to comment.