Skip to content

Commit

Permalink
Renovate Update Terraform pagerduty to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 256a8d3 commit 5d1bdf5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
30 changes: 15 additions & 15 deletions terraform/account/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/account/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
pagerduty = {
source = "PagerDuty/pagerduty"
version = "~> 2.16.0"
version = "~> 3.0.0"
}
}
}
Expand Down
30 changes: 15 additions & 15 deletions terraform/environment/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/environment/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
pagerduty = {
source = "PagerDuty/pagerduty"
version = "~> 2.16.0"
version = "~> 3.0.0"
}
}
}
Expand Down

0 comments on commit 5d1bdf5

Please sign in to comment.