diff --git a/modules/airflow_connection/main.tf b/modules/airflow_connection/main.tf index a5a02ea..f5479fa 100644 --- a/modules/airflow_connection/main.tf +++ b/modules/airflow_connection/main.tf @@ -34,7 +34,7 @@ locals { module "gcloud" { source = "terraform-google-modules/gcloud/google" - version = "~> 3.1" + version = "~> 4.0" platform = "linux" create_cmd_body = local.create_cmd_body destroy_cmd_body = local.destroy_cmd_body diff --git a/modules/airflow_pool/main.tf b/modules/airflow_pool/main.tf index 5dbb93c..5c35986 100644 --- a/modules/airflow_pool/main.tf +++ b/modules/airflow_pool/main.tf @@ -22,7 +22,7 @@ locals { module "gcloud" { source = "terraform-google-modules/gcloud/google" - version = "~> 3.1" + version = "~> 4.0" platform = "linux" create_cmd_body = local.create_cmd_body destroy_cmd_body = local.destroy_cmd_body diff --git a/modules/airflow_storage/main.tf b/modules/airflow_storage/main.tf index a968032..60603d4 100644 --- a/modules/airflow_storage/main.tf +++ b/modules/airflow_storage/main.tf @@ -38,7 +38,7 @@ locals { module "gcloud" { source = "terraform-google-modules/gcloud/google" - version = "~> 3.1" + version = "~> 4.0" platform = "linux" create_cmd_body = local.create_cmd_body destroy_cmd_body = local.destroy_cmd_body diff --git a/modules/master_authorized_networks/main.tf b/modules/master_authorized_networks/main.tf index b7ab720..8f21a34 100644 --- a/modules/master_authorized_networks/main.tf +++ b/modules/master_authorized_networks/main.tf @@ -29,7 +29,7 @@ locals { module "gcloud" { source = "terraform-google-modules/gcloud/google" enabled = var.master_authorized_networks != null - version = "~> 3.1" + version = "~> 4.0" platform = "linux" create_cmd_body = local.create_cmd_body destroy_cmd_body = local.destroy_cmd_body