Skip to content

Releases: silinternational/terraform-aws-ecs-app

update aws and cloudflare providers

17 Oct 02:26
17b7beb
Compare
Choose a tag to compare

What's Changed

  • Release 0.9.1 -- update aws and cloudflare providers by @briskt in #16

Full Changelog: v0.9.0...v0.9.1

add database_arn output

29 Aug 05:34
b1ca53d
Compare
Choose a tag to compare

Added

  • Added database_arn output

new input log_retention_in_days

27 Aug 13:18
a0a20b2
Compare
Choose a tag to compare

Added

  • Added a new input to set Cloudwatch log rentention

added input `asg_tags`

27 Aug 12:59
1cfbc6a
Compare
Choose a tag to compare

Added

  • Added a new variable, asg_tags, to assign tags to the autoscaling group and EC2 instances.

New input: `health_check`

16 Jul 14:37
9727498
Compare
Choose a tag to compare

Added

  • Added a new variable, health_check, to allow ELB health checks configuration

Changed

  • Made the adminer subdomain unique

New input `rds_ca_cert_identifier`; add asg Name tag

09 Apr 21:03
acd2a18
Compare
Choose a tag to compare

Added

  • Added an optional variable rds_ca_cert_identifier input.

Changed

  • Updated silinternational/terraform-modules to 8.8.0 (Release notes)
  • Updated silinternational/ecs-asg/aws to 3.1.0 (Release notes)
    • This update adds a Name tag to the asg resource, which shows on the "Name" column of the instance table.

User permissions for any region

09 Aug 19:21
42bd63b
Compare
Choose a tag to compare

Changed

  • Expand CD user permissions to allow any region.
  • Output the ALB DNS name.
  • Add the AWS region name to the name of the Cloudwatch dashboard.

Fixed

  • Fixed typo in the region name for test

New input `dns_allow_overwrite`

26 Jun 12:32
97aac81
Compare
Choose a tag to compare

Added

  • New variable dns_allow_overwrite to provide a DNS failover option that does not require manually removing the failing region's CNAME.

Fix database password and VPC flow log role name

24 Jun 01:29
cea652f
Compare
Choose a tag to compare

Fixed

  • Fixed the random password generator. Changed the alphabet to be compatible with RDS database password requirements.
  • Added the region name to aws_iam_role.vpc_flow_log name to deconflict when this is used in multiple regions with the same app_name.

Add optional Adminer service

10 Jun 00:58
2eb06c2
Compare
Choose a tag to compare

Adminer is a web-based database manager app that supports multiple database engines. This optional feature offers an easy way to access the database for maintenance or troubleshooting.