Skip to content

Releases: silinternational/terraform-modules

Add RDS CA Cert variable to rds/mariadb module

04 Mar 20:49
d9360b3
Compare
Choose a tag to compare

Added

  • In rds/mariadb module, added an optional variable ca_cert_identifier to specify the CA Certificate for the RDS instance.
  • In rds/mariadb module, added an optional variable apply_immediately to force any changes to be applied immediately rather that at the next maintenance window.

VPC transit gateway

21 Feb 21:21
14c7809
Compare
Choose a tag to compare

Added

  • In the vpc module, add the ability to route to transit gateway instead of NAT gateway.

Changed

  • Made the aws access key variables not required in the rds/backup module.

Add tags variable to ecs/cluster module

02 Nov 14:25
7b4b107
Compare
Choose a tag to compare

Added

  • Added a variable to specify tags to apply to the ECS cluster in the ecs/cluster module.

Removed an unused policy in backup module

29 Sep 17:32
d5fbfc5
Compare
Choose a tag to compare

Fixed

  • Removed an unused policy in backup module that causes authorization problems in Terraform. Error message produced was "Error: error creating Backup Vault Policy (ethnologue-cam-prod-db-backup-vault): AccessDeniedException: status code: 403, request id:". Removing this policy causes no problems with backup operation or restore operation. It also increases security by restricting access to the backup vault.

Update the Launch Template version number each time

30 Aug 20:56
36ee0bb
Compare
Choose a tag to compare

Fixed

  • Rather than setting the default_version to 1, use the latest version (documentation)

Configurable VPC CIDR blocks

15 Aug 15:54
6d0151d
Compare
Choose a tag to compare

Added

  • Enable using a custom CIDR block for the VPC (optional)
  • Make the public subnets' CIDR blocks configurable (optionally)
  • Make the private subnets' CIDR blocks configurable (optionally)
  • Add new variables to vpc's README's list of optional inputs

Fixed

  • Fix typo in vpc README example

Note:
I set the defaults to match the calculated values we have been using, so that this should be a non-breaking change (unless someone is using more than 4 availability zones, which we aren't, as far as I am aware).

New cloudtrail input `is_multi_region_trail`

27 Jun 00:26
76f7f54
Compare
Choose a tag to compare

Added

  • New variable is_multi_region_trail to cloudtrail module

New variable 'cpu_credits' in asg and asg-ebs modules

21 Jun 16:03
36348bc
Compare
Choose a tag to compare

Added

  • Added optional variable cpu_credits to the asg and asg-ebs modules.

New variable `create_nat_gateway` in the VPC module

12 Jun 14:06
c12b09c
Compare
Choose a tag to compare

Added

  • Added new variable create_nat_gateway to the VPC module.

fix aws/rds/mariadb module

23 May 12:45
2594df2
Compare
Choose a tag to compare

Fixed

  • Fix a bug introduced in v8.2.0 indicated by error messages:
    • "username": conflicts with replicate_source_db
    • expected replica_mode to be one of [open-read-only mounted]