Skip to content

Commit

Permalink
Renovate Update Terraform pagerduty to v3 (#713)
Browse files Browse the repository at this point in the history
* Renovate Update Terraform pagerduty to v3

* update versions and lock

* fmt ect.tf

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Pearce <[email protected]>
  • Loading branch information
renovate[bot] and andrewpearce-digital authored Sep 18, 2023
1 parent 94c9d4f commit 3412e3a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 18 deletions.
59 changes: 43 additions & 16 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/region/modules/app/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ locals {
value = "https://publicapi.payments.service.gov.uk"
},
{
name = "GOVUK_NOTIFY_BASE_URL",
name = "GOVUK_NOTIFY_BASE_URL",
value = "https://api.notifications.service.gov.uk"
},
{
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
pagerduty = {
source = "PagerDuty/pagerduty"
version = "~> 2.16.0"
version = "~> 3.0.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 3412e3a

Please sign in to comment.