Skip to content

Releases: briancaffey/terraform-aws-django

v0.23.2

24 Jan 04:01
9d17e91
Compare
Choose a tag to compare

0.23.2 (2023-01-24)

Bug Fixes

  • Give unique alarm_name to avoid collision when default and gunicorn both create the same alarm name. (#61) (3a61b6a)

v0.23.1

24 Jan 01:17
31fc6a3
Compare
Choose a tag to compare

0.23.1 (2023-01-24)

Bug Fixes

  • Set auto_minor_version_upgrade = false (so state does not get changed outside of terraform) (#62) (df451f1)

v0.23.0

21 Jan 18:03
e19ff35
Compare
Choose a tag to compare

0.23.0 (2023-01-21)

Features

  • Change default instance type from t2.micro to t3.micro (#56) (8d81226)

v0.22.1

21 Jan 18:01
86c2ec0
Compare
Choose a tag to compare

0.22.1 (2023-01-21)

Bug Fixes

  • services: Frontend (web-ui) using incorrect variables for cpu/memory (#54) (e0c8a6a)

v0.22.0

06 Jan 12:44
3ba336b
Compare
Choose a tag to compare

0.22.0 (2023-01-06)

Features

  • alb: rename lb dir to alb (3f55f98)
  • cluster: move ecs cluster files to new directory under ecs (2d76924)
  • prod: refactor prod infra and ensure that base and app prod envs work deploying locally (aa93862)
  • refactor: refactor ecs service modules and log group and log stream names (5b18264)
  • services: refactor ecs services into a new directory in internal modules dir (9b397e0)

Bug Fixes

  • bastion: remove unused var (1e39a31)
  • bastion: remove unused var from prod bastion (aa15a27)

v0.21.1

02 Jan 03:47
00a402f
Compare
Choose a tag to compare

0.21.1 (2023-01-02)

Bug Fixes

  • sg: allow app sg inbound and outbound traffic to itself (0766b1b)

v0.21.0

02 Jan 03:08
2cd7f81
Compare
Choose a tag to compare

0.21.0 (2023-01-02)

Features

  • refactor: major refactor of ad hoc environment modules (2d95d0b)

v0.20.3

31 Dec 23:22
617b264
Compare
Choose a tag to compare

0.20.3 (2022-09-12)

Bug Fixes

  • autoscaling: change parameters of autoscaling modules (4d9e044)

v0.20.2

11 Sep 23:34
cd8149d
Compare
Choose a tag to compare

0.20.2 (2022-09-11)

Bug Fixes

  • autoscaling: add depends on to autoscaling modules for api and celery worker (07bb5aa)

v0.20.1

11 Sep 23:10
8415c47
Compare
Choose a tag to compare

0.20.1 (2022-09-11)

Bug Fixes

  • bastion: fix bastion host module variables in prod base (b2d0001)