Skip to content

Commit a7a6136

Browse files
Update terraform-gcp to v7
1 parent 12b4b8e commit a7a6136

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

gcp/.terraform.lock.hcl

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/shared-state/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
google = {
55
source = "hashicorp/google"
6-
version = "~> 6.5"
6+
version = "~> 7.0"
77
}
88
random = {
99
source = "hashicorp/random"

gcp/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
google = {
55
source = "hashicorp/google"
6-
version = "~> 6.49.0"
6+
version = "~> 7.1.0"
77
}
88
google-beta = {
99
source = "hashicorp/google-beta"
10-
version = "~> 6.49.0"
10+
version = "~> 7.1.0"
1111
}
1212
random = {
1313
source = "hashicorp/random"

0 commit comments

Comments
 (0)