Skip to content

Commit

Permalink
feat(terraform): update terraform pagerduty to v3.3.0
Browse files Browse the repository at this point in the history
| datasource         | package             | from  | to    |
| ------------------ | ------------------- | ----- | ----- |
| terraform-provider | pagerduty/pagerduty | 3.0.0 | 3.3.0 |
  • Loading branch information
henry-pa-bot committed Dec 7, 2023
1 parent 3a8f04f commit 3894e1a
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.3.0"
}
}
}
Expand Down

0 comments on commit 3894e1a

Please sign in to comment.