Skip to content

Commit

Permalink
[CLD-7696]change tf version to match with atlantis
Browse files Browse the repository at this point in the history
  • Loading branch information
andrleite committed Sep 12, 2024
1 parent 9eca24b commit 923832b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/eks-customer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.8 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.41.0 |
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.5.1 |
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 3.2.2 |
Expand Down
2 changes: 1 addition & 1 deletion aws/eks-customer/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.8"
required_version = ">= 1.6"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 923832b

Please sign in to comment.