Skip to content

Commit

Permalink
chore: update min tf version' (#142)
Browse files Browse the repository at this point in the history
* chore: aws-eks-byovpc: update min version

* chore: aws-ecs: update min version

* chore: aws-ecs-byovpc: update min version
  • Loading branch information
fidiego authored Dec 4, 2024
1 parent 6450a70 commit b4ea249
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 202 deletions.
118 changes: 60 additions & 58 deletions aws-ecs-byovpc/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws-ecs-byovpc/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3.7"
required_version = ">= 1.7.5"

# NOTE(jm): a backend.conf file must be used to pass the backend into this module
backend "s3" {}
Expand Down
91 changes: 47 additions & 44 deletions aws-ecs/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws-ecs/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3.7"
required_version = ">= 1.7.5"

# NOTE(jm): a backend.conf file must be used to pass the backend into this module
backend "s3" {}
Expand Down
Loading

0 comments on commit b4ea249

Please sign in to comment.