Skip to content

Commit f51a6e1

Browse files
authored
Merge pull request #3933 from alphagov/renovate/google-7.x
Update Terraform google to ~> 7.24.0
2 parents 2d1b3bc + 253a57e commit f51a6e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/deployments/ga4-analytics/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
required_providers {
1010
google = {
1111
source = "hashicorp/google"
12-
version = "~> 7.23.0"
12+
version = "~> 7.24.0"
1313
}
1414
}
1515
}

terraform/deployments/search-api-v2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ terraform {
1616
}
1717
google = {
1818
source = "hashicorp/google"
19-
version = "~> 7.23.0"
19+
version = "~> 7.24.0"
2020
}
2121
restapi = {
2222
source = "Mastercard/restapi"

0 commit comments

Comments
 (0)