Skip to content

Commit a60d005

Browse files
fix(deps)!: Update Terraform terraform-google-modules/gcloud/google to v4
1 parent 1d99534 commit a60d005

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/airflow_connection/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ locals {
3434

3535
module "gcloud" {
3636
source = "terraform-google-modules/gcloud/google"
37-
version = "~> 3.1"
37+
version = "~> 4.0"
3838
platform = "linux"
3939
create_cmd_body = local.create_cmd_body
4040
destroy_cmd_body = local.destroy_cmd_body

modules/airflow_pool/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ locals {
2222

2323
module "gcloud" {
2424
source = "terraform-google-modules/gcloud/google"
25-
version = "~> 3.1"
25+
version = "~> 4.0"
2626
platform = "linux"
2727
create_cmd_body = local.create_cmd_body
2828
destroy_cmd_body = local.destroy_cmd_body

modules/airflow_storage/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ locals {
3838

3939
module "gcloud" {
4040
source = "terraform-google-modules/gcloud/google"
41-
version = "~> 3.1"
41+
version = "~> 4.0"
4242
platform = "linux"
4343
create_cmd_body = local.create_cmd_body
4444
destroy_cmd_body = local.destroy_cmd_body

modules/master_authorized_networks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ locals {
2929
module "gcloud" {
3030
source = "terraform-google-modules/gcloud/google"
3131
enabled = var.master_authorized_networks != null
32-
version = "~> 3.1"
32+
version = "~> 4.0"
3333
platform = "linux"
3434
create_cmd_body = local.create_cmd_body
3535
destroy_cmd_body = local.destroy_cmd_body

0 commit comments

Comments
 (0)