Skip to content

Commit 74efa6a

Browse files
authored
fix!: update min TPG versions 3.83 (#349)
1 parent 7f60a6b commit 74efa6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/routes/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = "<5.0,>= 2.12"
23+
version = "<5.0,>= 3.83"
2424
}
2525
}
2626

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = "< 5.0, >= 2.12"
22+
version = "< 5.0, >= 3.83"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"

0 commit comments

Comments
 (0)