Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Jun 6, 2023
1 parent 11263a4 commit 716012d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -33,7 +33,7 @@ module "php" {

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

## Modules

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions modules/ecs-execution-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -45,8 +45,8 @@ module "task_execution_role" {

| Name | Source | Version |
|------|--------|---------|
| <a name="module_policy"></a> [policy](#module\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~>5.14.0 |
| <a name="module_this"></a> [this](#module\_this) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~>5.14.0 |
| <a name="module_policy"></a> [policy](#module\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~>5.16.0 |
| <a name="module_this"></a> [this](#module\_this) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~>5.16.0 |

## Resources

Expand Down
6 changes: 3 additions & 3 deletions modules/ecs-task-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -52,8 +52,8 @@ module "task_role" {

| Name | Source | Version |
|------|--------|---------|
| <a name="module_policy"></a> [policy](#module\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~>5.14.0 |
| <a name="module_this"></a> [this](#module\_this) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~>5.14.0 |
| <a name="module_policy"></a> [policy](#module\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~>5.16.0 |
| <a name="module_this"></a> [this](#module\_this) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~>5.16.0 |

## Resources

Expand Down

0 comments on commit 716012d

Please sign in to comment.