Skip to content

Commit 38faa5a

Browse files
feat(deps): Update Terraform Google Provider to v6
1 parent 1f1fbc3 commit 38faa5a

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

modules/app_engine/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.43, < 6"
23+
version = ">= 3.43, < 7"
2424
}
2525
}
2626
}

modules/budget/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.28, < 6"
23+
version = ">= 4.28, < 7"
2424
}
2525
}
2626

modules/core_project_factory/versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 5.33, < 6"
23+
version = ">= 5.33, < 7"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = ">= 5.33, < 6"
27+
version = ">= 5.33, < 7"
2828
}
2929
null = {
3030
source = "hashicorp/null"

modules/essential_contacts/versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.43, < 6"
22+
version = ">= 3.43, < 7"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.43, < 6"
26+
version = ">= 3.43, < 7"
2727
}
2828
}
2929
provider_meta "google" {

modules/fabric-project/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.43, < 6"
23+
version = ">= 3.43, < 7"
2424
}
2525
}
2626
provider_meta "google" {

modules/gsuite_enabled/versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 4.11, < 6"
22+
version = ">= 4.11, < 7"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 4.11, < 6"
26+
version = ">= 4.11, < 7"
2727
}
2828
gsuite = {
2929
source = "DeviaVir/gsuite"

modules/gsuite_group/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.43, < 6"
22+
version = ">= 3.43, < 7"
2323
}
2424
}
2525
}

modules/project_services/versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.43, < 6"
22+
version = ">= 3.43, < 7"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.43, < 6"
26+
version = ">= 3.43, < 7"
2727
}
2828
}
2929
provider_meta "google" {

modules/quota_manager/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
google-beta = {
2222
source = "hashicorp/google-beta"
23-
version = ">= 4.11, < 6"
23+
version = ">= 4.11, < 7"
2424
}
2525
}
2626
}

modules/shared_vpc_access/versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.43, < 6"
22+
version = ">= 3.43, < 7"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.43, < 6"
26+
version = ">= 3.43, < 7"
2727
}
2828
}
2929
provider_meta "google" {

modules/svpc_service_project/versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 4.5, < 6"
22+
version = ">= 4.5, < 7"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 4.5, < 6"
26+
version = ">= 4.5, < 7"
2727
}
2828
}
2929
provider_meta "google" {

versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 5.33, < 6"
22+
version = ">= 5.33, < 7"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 5.33, < 6"
26+
version = ">= 5.33, < 7"
2727
}
2828
}
2929
provider_meta "google" {

0 commit comments

Comments
 (0)