File tree Expand file tree Collapse file tree 9 files changed +13
-17
lines changed
automatic-labelling-folder
automatic-labelling-from-localhost
automatic-labelling-from-repository Expand file tree Collapse file tree 9 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,15 @@ terraform {
2121 version = " ~> 2.0"
2222 }
2323 google = {
24- source = " hashicorp/google"
25- version = " ~> 4.0"
24+ source = " hashicorp/google"
2625 }
2726 null = {
2827 source = " hashicorp/null"
2928 version = " >= 2.1"
3029 }
3130 random = {
3231 source = " hashicorp/random"
33- version = " ~> 3.0"
32+ version = " >= 3.0"
3433 }
3534 }
3635 required_version = " >= 0.13"
Original file line number Diff line number Diff line change @@ -21,16 +21,15 @@ terraform {
2121 version = " ~> 2.0"
2222 }
2323 google = {
24- source = " hashicorp/google"
25- version = " ~> 4.0"
24+ source = " hashicorp/google"
2625 }
2726 null = {
2827 source = " hashicorp/null"
2928 version = " >= 2.1"
3029 }
3130 random = {
3231 source = " hashicorp/random"
33- version = " ~> 3.0"
32+ version = " >= 3.0"
3433 }
3534 }
3635 required_version = " >= 0.13"
Original file line number Diff line number Diff line change @@ -21,16 +21,15 @@ terraform {
2121 version = " ~> 2.0"
2222 }
2323 google = {
24- source = " hashicorp/google"
25- version = " ~> 4.0"
24+ source = " hashicorp/google"
2625 }
2726 null = {
2827 source = " hashicorp/null"
2928 version = " >= 2.1"
3029 }
3130 random = {
3231 source = " hashicorp/random"
33- version = " ~> 3.0"
32+ version = " >= 3.0"
3433 }
3534 }
3635 required_version = " >= 0.13"
Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ terraform {
2121 version = " ~> 2.0"
2222 }
2323 google = {
24- source = " hashicorp/google"
25- version = " ~> 4.0"
24+ source = " hashicorp/google"
2625 }
2726 random = {
2827 source = " hashicorp/random"
29- version = " ~> 3.0"
28+ version = " >= 3.0"
3029 }
3130 }
3231 required_version = " >= 0.13"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 3.53, < 5.0 "
23+ version = " >= 3.53, < 6 "
2424 }
2525 }
2626
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 3.53, < 5.0 "
23+ version = " >= 3.53, < 6 "
2424 }
2525 }
2626
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 3.53, < 5.0 "
23+ version = " >= 3.53, < 6 "
2424 }
2525 }
2626
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 3.53.0, < 5.0 "
23+ version = " >= 3.53.0, < 6 "
2424 }
2525 }
2626}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 4.23, < 5.0 "
23+ version = " >= 4.23, < 6 "
2424 }
2525 null = {
2626 source = " hashicorp/null"
You can’t perform that action at this time.
0 commit comments