File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717module "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"
4646
4747module "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"
7070
7171module "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"
9999
100100module "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"
You can’t perform that action at this time.
0 commit comments