Skip to content

Commit

Permalink
Merge pull request #1654 from alphagov/renovate/google-6.x
Browse files Browse the repository at this point in the history
Update Terraform google to ~> 6.18.0
  • Loading branch information
theseanything authored Jan 28, 2025
2 parents be37068 + 976e206 commit 0feeb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/deployments/ga4-analytics/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 6.17.0"
version = "~> 6.18.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/search-api-v2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "~> 6.17.0"
version = "~> 6.18.0"
}
restapi = {
source = "Mastercard/restapi"
Expand Down

0 comments on commit 0feeb81

Please sign in to comment.