Skip to content

Releases: briancaffey/terraform-aws-django

v0.25.0

09 Feb 06:02
0980129

Choose a tag to compare

0.25.0 (2025-02-07)

Features

  • app: add nvidia api key variable to app stack (46df011)
  • compose: update ec2 user data script to support docker compose (0db8be5)
  • compose: update ec2 user data script to support docker compose (448f4a3)
  • docker-compose-ec2: wip add config for running application on ec2 with docker compose (65f9ca7)
  • docker-compose-ec2: wip add config for running application on ec2 with docker compose (49783fa)
  • docker-compose-ec2: wip add config for running application on ec2 with docker compose (26925c9)
  • docker-compose-ec2: wip add config for running application on ec2 with docker compose (5eec414)
  • docker-compose-ec2: wip add config for running application on ec2 with docker compose (5e1e67a)
  • docker-compose-ec2: wip add config for running application on ec2 with docker compose (58aa968)
  • ec2: update docker compose ec2 config (302dc91)
  • env-vars: update env vars (a5334b3)
  • git: gitignore (506d0fc)
  • modules: remove ad-hoc nomenclature (6cff23d)
  • ses: add ses module to ecs base module (c5d4518)
  • vpc-endpoints: add vpc endpoint for ecr (896b73a)
  • vpc-endpoints: add vpc endpoint for ecr (d540c08)

Bug Fixes

  • ad-hoc: fixes for ad-hoc modules, rds password, elasticache, others (56f4401)
  • app: add rds secret name to env vars (93a2058)
  • ec2: fixes for docker compose on ec2 (3e0071b)
  • fmt: run terraform fmt to format terraform code (d823a73)
  • iam: add ecr to iam role for ecs (0b8fcdd)
  • iam: add secretsmanager DescribeSecret to iam (9ce4d32)
  • lint: format tf code (0a33fcf)
  • s3: add BucketOwnerEnforced to assets bucket (64624cd)
  • s3: update s3 bucket settings (35bb249)
  • secrets: add random suffix to rds secret (0deec3f)
  • ses: fix s3 vpc endpoint (eed9bba)
  • ses: fix s3 vpc endpoint (ca11481)
  • ses: fix s3 vpc endpoint (f38321a)
  • ses: fix s3 vpc endpoint (a861025)
  • ses: fix s3 vpc endpoint (cbbf3e2)
  • ses: fix s3 vpc endpoint (eab38ee)
  • ses: fix zone id reference in ses module (35ce248)
  • sg: debuggin sg rule issue (f80e9c5)
  • sg: debuggin sg rule issue (6a1b2cb)
  • sg: debuggin sg rule issue (cbca2e2)
  • sg: debuggin sg rule issue (2ff0d77)
  • sg: debuggin sg rule issue (bb639e1)
  • sg: debuggin sg rule issue (dc0442e)
  • sg: debuggin sg rule issue (7603d0f)
  • sg: debuggin sg rule issue (197a464)
  • sg: debuggin sg rule issue (a853fa2)
  • sg: debuggin sg rule issue (01ccabc)
  • sg: debuggin sg rule issue (b2084ea)
  • sg: debuggin sg rule issue (1afcb79)
  • sg: final fix for ecr access in ecs task (4f3b091)
  • sg: final fix for ecr access in ecs task (528a7e0)
  • sg: fix app agress cidr range (c072063)
  • sg: fix cycle in sg module (0940c02)
  • sg: fix cycle in sg module (66ac118)
  • sg: fix cycle in sg module (d119951)
  • sg: fix cycle in sg module (16280de)
  • sg: fix cycle in sg module (6c9f735)
  • sg: fix security group settings (c7218fd)
  • sg: fix vpc endpoint config (b11c98e)
  • sg: remove duplicate security group for ecs module (c7a103f)
  • typo: fix input typo for s3 vpc endpoint (f179077)
  • typo: fix typo in iam role (44d9238)
  • typo: fix typo in iam role (7023bd6)
  • typo: tcp not tpc (2550f67)
  • typo: tcp not tpc (f883d22)
  • ui: fix settings for ui (79844dd)
  • ui: update command default for ui container ([64bc67a](64bc67...
Read more

v0.24.0

27 Jan 06:05
49a050d

Choose a tag to compare

0.24.0 (2025-01-27)

Features

  • upgrade: upgrade terraform and aws provider versions for examples (9a9ac94)

v0.23.2

24 Jan 04:01
9d17e91

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

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

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

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

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

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

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

Choose a tag to compare

0.20.3 (2022-09-12)

Bug Fixes

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