Skip to content

Commit

Permalink
Renovate Update Terraform pagerduty to v3 (#2350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent d98cebd commit d7694e9
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 d7694e9

Please sign in to comment.