Skip to content

Commit 4df41a7

Browse files
Update Terraform google to v7
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ea0be58 commit 4df41a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "region" {
99

1010
provider "google" {
1111
project = var.gcp_project
12-
version = "~> 6.47.0"
12+
version = "~> 7.5.0"
1313
}
1414

1515
provider "google-beta" {

0 commit comments

Comments
 (0)