Releases: depot/terraform-aws-connection
Releases · depot/terraform-aws-connection
v2.1.0
What's Changed
- Allow permission to modify own ECS cluster by @jacobwgillespie in #20
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking Changes — this release changes the format of two variables that you will need to update:
availability-zone
is removed and replaced by a list of subnet
definitions. You should update existing deployments like so:
- availability-zone = "us-east-1a"
+ subnets = [{ availability-zone = "us-east-1a", cidr-block = "10.0.0.0/16" }]
vpc-cidr-prefix
is removed and replaced by cidr-block
:
- vpc-cidr-prefix = "10.0"
+ cidr-block = "10.0.0.0/16"
What's Changed
- Support multiple subnets by @jacobwgillespie in #19
Full Changelog: v1.5.0...v2.0.0
v1.5.0
What's Changed
- Make retention for cloudwatch logs an optional parameter by @kylegalbraith in #18
Full Changelog: v1.4.7...v1.5.0
v1.4.7
What's Changed
- Fix error when tags are not specified by @jacobwgillespie in #17
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
- Fix drift in ECS task definition by @jacobwgillespie in #16
Full Changelog: v1.4.5...v1.4.6