Skip to content

Commit

Permalink
fix(terraform): update terraform pagerduty to v2.16.2
Browse files Browse the repository at this point in the history
| datasource         | package             | from   | to     |
| ------------------ | ------------------- | ------ | ------ |
| terraform-provider | pagerduty/pagerduty | 2.16.0 | 2.16.2 |
  • Loading branch information
henry-pa-bot authored and kitos9112 committed Sep 4, 2023
1 parent 11da36a commit 15094ea
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.0"
version = "2.16.2"
}
}
}
Expand Down

0 comments on commit 15094ea

Please sign in to comment.