Skip to content
Open
6 changes: 3 additions & 3 deletions modules/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The module is organized with the following directory and file structure:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.83 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 6.33 |
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | ~> 2.35 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.12 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | ~> 4.0 |
Expand All @@ -134,7 +134,7 @@ The module is organized with the following directory and file structure:

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.83 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 6.33 |

## Modules

Expand Down Expand Up @@ -240,5 +240,5 @@ For detailed examples, refer to the [module examples](https://github.com/prefapp

## Support

For issues, questions, or contributions related to this module, please visit the repository’s issue tracker: [https://github.com/prefapp/tfm/issues](https://github.com/prefapp/tfm/issues)
For issues, questions, or contributions related to this module, please visit the [repository’s issue tracker](https://github.com/prefapp/tfm/issues)
<!-- END_TF_DOCS -->
2 changes: 1 addition & 1 deletion modules/aws-eks/docs/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ For detailed examples, refer to the [module examples](https://github.com/prefapp

## Support

For issues, questions, or contributions related to this module, please visit the repository’s issue tracker: [https://github.com/prefapp/tfm/issues](https://github.com/prefapp/tfm/issues)
For issues, questions, or contributions related to this module, please visit the [repository’s issue tracker](https://github.com/prefapp/tfm/issues)
14 changes: 7 additions & 7 deletions modules/aws-eks/versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
This Terraform script is used to specify the required versions for Terraform
and the providers used in the project.
This Terraform script is used to specify the required versions for Terraform
and the providers used in the project.

The AWS provider is required to interact with AWS resources, the Kubernetes
provider is used to manage Kubernetes resources, the Time provider is used for
time-based resources, and the TLS provider is used for resources related to
TLS certificates.
The AWS provider is required to interact with AWS resources, the Kubernetes
provider is used to manage Kubernetes resources, the Time provider is used for
time-based resources, and the TLS provider is used for resources related to
TLS certificates.
*/

terraform {
Expand All @@ -16,7 +16,7 @@ terraform {

aws = {
source = "hashicorp/aws"
version = "~> 5.83"
version = "~> 6.33"
}

kubernetes = {
Expand Down