Skip to content

Commit

Permalink
bump tf version for eks-customer module (#743)
Browse files Browse the repository at this point in the history
* bump tf version for eks-customer module

* bump tf version to 1.9 for eks-customer module
  • Loading branch information
andrleite authored Sep 24, 2024
1 parent 27fb6fb commit d0998b6
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.6 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9 |
| <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.6"
required_version = ">= 1.9"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit d0998b6

Please sign in to comment.