Skip to content

Releases: silinternational/terraform-modules

Fix AWS RDS database name property

17 May 14:30
a5d3659
Compare
Choose a tag to compare

Fixed

  • Fixed property name incompatibility for AWS provider version 3

Add AWSBackup

21 Apr 17:23
5d01fd2
Compare
Choose a tag to compare

Added module for backing up databases via AWSBackup

aws provider update

23 Feb 15:52
9c9ca47
Compare
Choose a tag to compare

Changed

  • Removed policy variables from aws/cluster. These were not documented in the readme, and are not used by any known applications. Increasing major version just to be safe.

Fixed

  • Specify provider versions supported by these modules.
  • Use jsonencode function rather than heredoc strings to ensure correct json syntax and consistent Terraform formatting.
  • Remove all use of template provider.

Use Amazon Linux 2 in ecs/cluster

21 Dec 19:08
7d1e459
Compare
Choose a tag to compare

Previously the AMI filter used in ecs/cluster was hardcoded to Amazon Linux 1. It is now configurable with variable amiFilter with a default value for Amazon Linux 2 ECS optimized.

This release is considered to have "breaking changes" due to the AMI change as well as the fact that Amazon Linux 2 requires a minimum EBS volume size of 30GB instead of 8GB like Amazon Linux 1.

fix elasticache/redis address output

16 Jul 15:56
54fce58
Compare
Choose a tag to compare

(3.6.1 targeted the wrong branch/commit)

fix elasticache/redis address output

16 Jul 15:36
c71541b
Compare
Choose a tag to compare
Merge pull request #43 from silinternational/develop

Release 3.6.0 - Redis

Redis; dynamic volume support for ecs/service-no-alb

16 Jul 14:21
c71541b
Compare
Choose a tag to compare

Added

  • Add elasticache/redis module
  • Add dynamic volume support to ecs/service-no-alb

RDS - Copy tags to snapshots

28 Aug 14:02
d56410b
Compare
Choose a tag to compare
Merge pull request #38 from silinternational/develop

Release 3.5.0 - RDS - Copy tags to snapshots

Wait for EBS volume to become available

20 Jul 13:40
6b7c850
Compare
Choose a tag to compare

When an EC2 instance dies, it may take a while for the EBS volume to be detached. Since the EBS volume can only be attached to one EC2 instance, wait for the volume to become available before attempting to attach it to the new EC2 instance.

Remove temporary EFS support from asg-ebs module

13 Jul 19:02
add14d1
Compare
Choose a tag to compare
Merge pull request #35 from silinternational/develop

Remove temporary EFS support from asg-ebs