Skip to content

Commit 6d9946a

Browse files
authored
Loosen Terraform version constraints in modules and add version warning (#5750)
1 parent 706df3b commit 6d9946a

217 files changed

Lines changed: 354 additions & 221 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

community/front-end/ofe/infrastructure_files/vpc_tf/GCP/README.md

Lines changed: 1 addition & 1 deletion

community/front-end/ofe/infrastructure_files/vpc_tf/GCP/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
}
3131
}
3232

33-
required_version = "= 1.12.2"
33+
required_version = ">= 1.12.2"
3434
}
3535

3636
provider "google" {

community/front-end/ofe/infrastructure_files/workbench_tf/google/README.md

Lines changed: 1 addition & 1 deletion

community/front-end/ofe/infrastructure_files/workbench_tf/google/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = "= 1.12.2"
18+
required_version = ">= 1.12.2"
1919

2020
required_providers {
2121
google = {

community/front-end/ofe/infrastructure_files/workbench_tf/google/wait-for-startup/README.md

Lines changed: 1 addition & 1 deletion

community/front-end/ofe/infrastructure_files/workbench_tf/google/wait-for-startup/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ terraform {
2222
}
2323
}
2424

25-
required_version = "= 1.12.2"
25+
required_version = ">= 1.12.2"
2626
}

community/front-end/ofe/tf/README.md

Lines changed: 1 addition & 1 deletion

community/front-end/ofe/tf/network/README.md

Lines changed: 1 addition & 1 deletion

community/front-end/ofe/tf/network/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = "= 1.12.2"
18+
required_version = ">= 1.12.2"
1919

2020
required_providers {
2121
google = {

community/front-end/ofe/tf/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = "= 1.12.2"
18+
required_version = ">= 1.12.2"
1919

2020
required_providers {
2121
google = {

0 commit comments

Comments
 (0)