Skip to content

Commit 6b9a370

Browse files
committed
Update Terraform google to ~> 6.28.0
1 parent 0f2cbe7 commit 6b9a370

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 = "~> 6.27.0"
12+
version = "~> 6.28.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 = "~> 6.27.0"
19+
version = "~> 6.28.0"
2020
}
2121
restapi = {
2222
source = "Mastercard/restapi"

0 commit comments

Comments
 (0)