diff --git a/README.md b/README.md
index d4b19f4..bdbe2da 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Terraform module which creates ECS cluster resources on AWS.
```hcl
module "php" {
source = "rabiloo/ecs/aws"
- version = "~> 0.2.2"
+ version = "~>0.2.3"
name = "app-ecs-cluster"
capacity_providers = ["FARGATE", "FARGATE_SPOT"]
@@ -33,7 +33,7 @@ module "php" {
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | >=4.0 |
+| [aws](#provider\_aws) | 5.1.0 |
## Modules
@@ -44,6 +44,7 @@ No modules.
| Name | Type |
|------|------|
| [aws_ecs_cluster.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster) | resource |
+| [aws_ecs_cluster_capacity_providers.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster_capacity_providers) | resource |
## Inputs
diff --git a/modules/ecs-execution-role/README.md b/modules/ecs-execution-role/README.md
index 77eef5a..985bfb0 100644
--- a/modules/ecs-execution-role/README.md
+++ b/modules/ecs-execution-role/README.md
@@ -7,7 +7,7 @@ This submodule help create an IAM assumable role for ECS Task Execution Role
```hcl
module "task_execution_role" {
source = "rabiloo/ecs/aws//modules/ecs-execution-role"
- version = ">=0.2.1"
+ version = "~>0.2.3"
name = "custom-ecs-execution-role"
path = "/service-roles/"
@@ -45,8 +45,8 @@ module "task_execution_role" {
| Name | Source | Version |
|------|--------|---------|
-| [policy](#module\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~>5.14.0 |
-| [this](#module\_this) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~>5.14.0 |
+| [policy](#module\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~>5.16.0 |
+| [this](#module\_this) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~>5.16.0 |
## Resources
diff --git a/modules/ecs-task-role/README.md b/modules/ecs-task-role/README.md
index 7d1840f..b6bb188 100644
--- a/modules/ecs-task-role/README.md
+++ b/modules/ecs-task-role/README.md
@@ -7,7 +7,7 @@ This submodule help create an IAM assumable role for ECS Task
```hcl
module "task_role" {
source = "rabiloo/ecs/aws//modules/ecs-task-role"
- version = ">=0.2.1"
+ version = "~>0.2.3"
name = "custom-ecs-task-role"
path = "/service-roles/"
@@ -52,8 +52,8 @@ module "task_role" {
| Name | Source | Version |
|------|--------|---------|
-| [policy](#module\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~>5.14.0 |
-| [this](#module\_this) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~>5.14.0 |
+| [policy](#module\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~>5.16.0 |
+| [this](#module\_this) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~>5.16.0 |
## Resources