Skip to content

Commit 716012d

Browse files
committed
Update README
1 parent 11263a4 commit 716012d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Terraform module which creates ECS cluster resources on AWS.
77
```hcl
88
module "php" {
99
source = "rabiloo/ecs/aws"
10-
version = "~> 0.2.2"
10+
version = "~>0.2.3"
1111
1212
name = "app-ecs-cluster"
1313
capacity_providers = ["FARGATE", "FARGATE_SPOT"]
@@ -33,7 +33,7 @@ module "php" {
3333

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

3838
## Modules
3939

@@ -44,6 +44,7 @@ No modules.
4444
| Name | Type |
4545
|------|------|
4646
| [aws_ecs_cluster.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster) | resource |
47+
| [aws_ecs_cluster_capacity_providers.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster_capacity_providers) | resource |
4748

4849
## Inputs
4950

modules/ecs-execution-role/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This submodule help create an IAM assumable role for ECS Task Execution Role
77
```hcl
88
module "task_execution_role" {
99
source = "rabiloo/ecs/aws//modules/ecs-execution-role"
10-
version = ">=0.2.1"
10+
version = "~>0.2.3"
1111
1212
name = "custom-ecs-execution-role"
1313
path = "/service-roles/"
@@ -45,8 +45,8 @@ module "task_execution_role" {
4545

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

5151
## Resources
5252

modules/ecs-task-role/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This submodule help create an IAM assumable role for ECS Task
77
```hcl
88
module "task_role" {
99
source = "rabiloo/ecs/aws//modules/ecs-task-role"
10-
version = ">=0.2.1"
10+
version = "~>0.2.3"
1111
1212
name = "custom-ecs-task-role"
1313
path = "/service-roles/"
@@ -52,8 +52,8 @@ module "task_role" {
5252

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

5858
## Resources
5959

0 commit comments

Comments
 (0)