Skip to content

Commit

Permalink
relax tf constraint everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Mar 5, 2025
1 parent 6de2be0 commit 7226457
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/examples-dev/aws/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3, < 1.11"
required_version = ">= 1.3, < 2.0"

required_providers {
# for the infra that will host Psoxy instances
Expand Down
2 changes: 1 addition & 1 deletion infra/examples-dev/gcp/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3, < 1.11"
required_version = ">= 1.3, < 2.0"

required_providers {
google = {
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/aws-host/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3, < 1.11"
required_version = ">= 1.3, < 2.0"

required_providers {
aws = {
Expand Down

0 comments on commit 7226457

Please sign in to comment.