diff --git a/README.md b/README.md
index 9dec3d3..519c385 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ sys 0m2.015s
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.72.1 |
+| [aws](#provider\_aws) | 5.73.0 |
| [http](#provider\_http) | 3.4.5 |
| [kubectl](#provider\_kubectl) | 1.14.0 |
| [kubernetes](#provider\_kubernetes) | 2.33.0 |
diff --git a/version.tf b/version.tf
index c03e2db..20b62d1 100644
--- a/version.tf
+++ b/version.tf
@@ -1,4 +1,4 @@
locals {
module_name = "tfmod-eks-configuration"
- module_version = "0.0.3"
+ module_version = "0.1.1"
}