Skip to content

Commit

Permalink
Update Terraform google to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
govuk-ci committed Jan 24, 2025
1 parent ba9e4d1 commit cfae45a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = "~> 5.45.0"
version = "~> 6.17.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/gcp-search-api-v2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "~> 5.20"
version = "~> 6.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "~> 5.20"
version = "~> 6.0"
}
# required for `google_service_usage_consumer_quota_override` resources
google-beta = {
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 = "~> 5.45.0"
version = "~> 6.17.0"
}
restapi = {
source = "Mastercard/restapi"
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-aws-config/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "~> 5.26"
version = "~> 6.0"
}
}
}
Expand Down

0 comments on commit cfae45a

Please sign in to comment.