File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
77
88
99
10+ <a name =" 2.0.0 " ></a >
11+ ## [ 2.0.0] - 2020-05-20
12+
13+ - Improve security group creation/deletion and switch to using prefix ([ #17 ] ( https://github.com/umotif-public/terraform-aws-ecs-fargate/issues/17 ) )
14+
15+
16+ <a name =" 1.4.0 " ></a >
17+ ## [ 1.4.0] - 2020-05-11
18+
19+ - Add full support for volumes and container timeouts ([ #16 ] ( https://github.com/umotif-public/terraform-aws-ecs-fargate/issues/16 ) )
20+ - update CHANGELOG.md
21+
22+
1023<a name =" 1.3.0 " ></a >
1124## [ 1.3.0] - 2020-05-04
1225
@@ -97,7 +110,9 @@ All notable changes to this project will be documented in this file.
97110- Initial commit
98111
99112
100- [ Unreleased ] : https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.3.0...HEAD
113+ [ Unreleased ] : https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/2.0.0...HEAD
114+ [ 2.0.0 ] : https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.4.0...2.0.0
115+ [ 1.4.0 ] : https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.3.0...1.4.0
101116[ 1.3.0 ] : https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.2.0...1.3.0
102117[ 1.2.0 ] : https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.1.1...1.2.0
103118[ 1.1.1 ] : https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.1.0...1.1.1
Original file line number Diff line number Diff line change @@ -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 ` ~> v1 .0 ` . Submit pull-requests to ` master ` branch.
7+ Terraform 0.12. Pin module version to ` ~> v2 .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 = "~> 1.4 .0"
31+ version = "~> 2.0 .0"
3232
3333 name_prefix = "ecs-fargate-example"
3434 vpc_id = "vpc-abasdasd132"
You can’t perform that action at this time.
0 commit comments