Skip to content

Commit 50c7b57

Browse files
fix(deps)!: Update Terraform terraform-google-modules/gcloud/google to v4
1 parent 8d3132a commit 50c7b57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/udf/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "bq_find_in_set" {
1818
source = "terraform-google-modules/gcloud/google"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020
enabled = var.add_udfs
2121

2222
platform = "linux"
@@ -46,7 +46,7 @@ EOT
4646

4747
module "bq_check_protocol" {
4848
source = "terraform-google-modules/gcloud/google"
49-
version = "~> 3.0"
49+
version = "~> 4.0"
5050
enabled = var.add_udfs
5151

5252
platform = "linux"
@@ -70,7 +70,7 @@ EOT
7070

7171
module "bq_parse_url" {
7272
source = "terraform-google-modules/gcloud/google"
73-
version = "~> 3.0"
73+
version = "~> 4.0"
7474
enabled = module.bq_check_protocol.wait != "" && var.add_udfs
7575

7676
platform = "linux"
@@ -99,7 +99,7 @@ EOT
9999

100100
module "bq_csv_to_struct" {
101101
source = "terraform-google-modules/gcloud/google"
102-
version = "~> 3.0"
102+
version = "~> 4.0"
103103
enabled = var.add_udfs
104104

105105
platform = "linux"

0 commit comments

Comments
 (0)