@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
7
7
8
8
9
9
10
+ <a name =" v3.2.0 " ></a >
11
+ ## [ v3.2.0] - 2021-06-20
12
+
13
+ - feat: Add GovCloud support ([ #44 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/44 ) )
14
+
15
+
10
16
<a name =" v3.1.0 " ></a >
11
17
## [ v3.1.0] - 2021-05-07
12
18
@@ -76,18 +82,6 @@ All notable changes to this project will be documented in this file.
76
82
## [ v2.1.0] - 2020-06-23
77
83
78
84
- fix: Remove the dependency of hard coded region and availability zones ([ #22 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/22 ) )
79
- - Merge pull request [ #20 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/20 ) from terraform-aws-modules/terraform-provider-githubfile-1584635188886625000
80
- - [ ci skip] Create ".chglog/CHANGELOG.tpl.md".
81
- - Merge pull request [ #19 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/19 ) from terraform-aws-modules/terraform-provider-githubfile-1584536413549524000
82
- - [ ci skip] Create "LICENSE".
83
- - Merge pull request [ #15 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/15 ) from terraform-aws-modules/terraform-provider-githubfile-1584536361962668000
84
- - Merge pull request [ #16 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/16 ) from terraform-aws-modules/terraform-provider-githubfile-1584536361962655000
85
- - Merge pull request [ #18 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/18 ) from terraform-aws-modules/terraform-provider-githubfile-1584536361962671000
86
- - Merge pull request [ #14 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/14 ) from terraform-aws-modules/terraform-provider-githubfile-1584536361962424000
87
- - [ ci skip] Create ".pre-commit-config.yaml".
88
- - [ ci skip] Create "Makefile".
89
- - [ ci skip] Create ".gitignore".
90
- - [ ci skip] Create ".editorconfig".
91
85
92
86
93
87
<a name =" v2.0.0 " ></a >
@@ -107,7 +101,6 @@ All notable changes to this project will be documented in this file.
107
101
<a name =" v1.3.0 " ></a >
108
102
## [ v1.3.0] - 2019-03-08
109
103
110
- - Merge pull request [ #6 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/6 ) from asantos-fuze/add-tag-support
111
104
- Add tag support for ECS module
112
105
113
106
@@ -122,11 +115,8 @@ All notable changes to this project will be documented in this file.
122
115
## [ v1.1.0] - 2019-01-22
123
116
124
117
- Run pre-commit -a
125
- - Merge pull request [ #5 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/5 ) from martynova1/patch-2
126
118
- Add ARN output to README
127
- - Merge pull request [ #4 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/4 ) from martynova1/patch-1
128
119
- Add arn output
129
- - Merge pull request [ #3 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/3 ) from andig/typos
130
120
- Fix typos
131
121
132
122
@@ -135,7 +125,6 @@ All notable changes to this project will be documented in this file.
135
125
136
126
- Updated README.md
137
127
- Added pre-commit hooks with docs
138
- - Merge pull request [ #2 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/2 ) from terraform-aws-modules/initial-setup
139
128
- Use this_ in the outputs
140
129
- Fix output when create cluster is false
141
130
- Move ec2-instances to main.tf in the example for easier reading
@@ -159,7 +148,8 @@ All notable changes to this project will be documented in this file.
159
148
- Initial commit
160
149
161
150
162
- [ Unreleased ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v3.1.0...HEAD
151
+ [ Unreleased ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v3.2.0...HEAD
152
+ [ v3.2.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v3.1.0...v3.2.0
163
153
[ v3.1.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v3.0.0...v3.1.0
164
154
[ v3.0.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.9.0...v3.0.0
165
155
[ v2.9.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.8.0...v2.9.0
0 commit comments