Skip to content

Commit

Permalink
feat(terraform): update terraform pagerduty to v3.2.1
Browse files Browse the repository at this point in the history
| datasource         | package             | from  | to    |
| ------------------ | ------------------- | ----- | ----- |
| terraform-provider | pagerduty/pagerduty | 3.0.0 | 3.2.1 |
  • Loading branch information
henry-pa-bot committed Dec 1, 2023
1 parent 8b6f6c5 commit 938c4c2
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 = "3.0.0"
version = "3.2.1"
}
}
}
Expand Down

0 comments on commit 938c4c2

Please sign in to comment.