@@ -4,7 +4,7 @@ Terraform module to create AWS ECS FARGATE services. Module support both FARGATE
44
55## Terraform versions
66
7- Terraform 0.12. Pin module version to ` ~> v3 .0 ` . Submit pull-requests to ` master ` branch.
7+ Terraform 0.12. Pin module version to ` ~> v4 .0 ` . Submit pull-requests to ` master ` branch.
88
99## Usage
1010
@@ -28,7 +28,7 @@ resource "aws_ecs_cluster" "cluster" {
2828
2929module "ecs-farage" {
3030 source = "umotif-public/ecs-fargate/aws"
31- version = "~> 3 .0.0"
31+ version = "~> 4 .0.0"
3232
3333 name_prefix = "ecs-fargate-example"
3434 vpc_id = "vpc-abasdasd132"
@@ -75,13 +75,13 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [LinkedIn](http
7575
7676| Name | Version |
7777| ------| ---------|
78- | aws | ~ > 2.63 |
78+ | aws | ~ > 2.68 |
7979
8080## Providers
8181
8282| Name | Version |
8383| ------| ---------|
84- | aws | ~ > 2.63 |
84+ | aws | ~ > 2.68 |
8585| null | n/a |
8686
8787## Inputs
@@ -139,12 +139,16 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [LinkedIn](http
139139
140140| Name | Description |
141141| ------| -------------|
142+ | execution\_ role\_ arn | The Amazon Resource Name (ARN) specifying the ECS execution role. |
143+ | execution\_ role\_ name | The name of the ECS execution role. |
142144| log\_ group\_ name | The name of the Cloudwatch log group for the task. |
143145| service\_ arn | The Amazon Resource Name (ARN) that identifies the ECS service. |
144146| service\_ name | The name of the service. |
145147| service\_ sg\_ id | The Amazon Resource Name (ARN) that identifies the service security group. |
146148| target\_ group\_ arn | The ARN of the Target Group used by Load Balancer. |
147149| target\_ group\_ name | The Name of the Target Group used by Load Balancer. |
150+ | task\_ definition\_ arn | The Amazon Resource Name (ARN) of the task definition created |
151+ | task\_ definition\_ name | The name of the task definition created |
148152| task\_ role\_ arn | The Amazon Resource Name (ARN) specifying the ECS service role. |
149153| task\_ role\_ name | The name of the Fargate task service role. |
150154
0 commit comments