Skip to content

Commit 1e5545a

Browse files
g-awmalikapeabody
andauthored
fix: upgraded versions.tf to include minor bumps from tpg v5 (#190)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 200c6aa commit 1e5545a

File tree

9 files changed

+13
-17
lines changed

9 files changed

+13
-17
lines changed

examples/automatic-labelling-folder/versions.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

examples/automatic-labelling-from-localhost/versions.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

examples/automatic-labelling-from-repository/versions.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

examples/delete-vms-without-cmek/versions.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

modules/event-folder-log-entry/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

modules/event-project-log-entry/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

modules/repository-function/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

test/setup/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)