Skip to content

Releases: silinternational/terraform-modules

Add module asg-efs

24 Jan 20:01
34e46b6
Compare
Choose a tag to compare
Merge pull request #20 from silinternational/develop

Release 2.5.0

Add CloudTrail module

06 Nov 21:11
ce1ba68
Compare
Choose a tag to compare

Added:

  • AWS CloudTrail module

Name more things

08 Aug 19:59
c82e856
Compare
Choose a tag to compare

Added:

  • Added Name, app_name, and app_env tags to every reasonable thing in aws/vpc and aws/vpc-public-only to make it easier for humans to identify relationships and track costs back to the application.
  • Added optional idle_timeout for ALB's.

New modules, bug fixes, etc.

21 Jun 15:28
2d7f293
Compare
Choose a tag to compare
  • Remove unused output that causes errors in ecs service modules
  • Add new public only VPC module
  • Add support for additional security groups in autoscaling group
  • fix list concat in asg module
  • add support for public ips to asg
  • add Name tag to asg instances
  • allow publicly accessible db
  • update ecs_service to use ordered_placement_strategy
  • lots of readme updates for consistency/correctness

New modules in AWS

06 Apr 14:31
65cb3f0
Compare
Choose a tag to compare

Added new modules in AWS for ECS and ASG with support for volumes

Remove unused output for Terraform 0.11.x compatibility

12 Jan 14:14
648bf3c
Compare
Choose a tag to compare
Merge pull request #10 from silinternational/develop

remove unavailable output from service-no-alb

Fix for ECS task definition lookups

14 Nov 02:33
55f5541
Compare
Choose a tag to compare

Change ASG naming convention

10 Nov 19:57
2bee7eb
Compare
Choose a tag to compare

Considered BC breaking because it will force a new ASG to be created which will terminate existing instances.

Custom health check support for ALB module

03 Oct 14:14
Compare
Choose a tag to compare
Merge pull request #4 from silinternational/develop

adding custom health check support to ALB module

Bugfix for Terraform 0.10.x

28 Sep 19:33
Compare
Choose a tag to compare
Merge pull request #2 from silinternational/develop

removed availability_zones from aws/asg to resolve bug with terraform…