Releases: dwp/terraform-aws-kong-gateway
Releases · dwp/terraform-aws-kong-gateway
Release 0.0.11
remove commented out block as it was invalid syntax Signed-off-by: Daniel.Hill <daniel.hill@engineering.digital.dwp.gov.uk>
Release 0.0.10
pass SSM param names that hold Kong EE creds (#26)
Release 0.0.9
add lifecycle rules to autoscaling group (#30) resolves target_group issue when using aws_autoscaling_group with aws_autoscaling_attachment recommend by Hashicorp: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_attachment Co-authored-by: mark.garner1 <mark.garner1@engineering.digital.dwp.gov.uk>
Release 0.0.8
check for and configure proxy(s) (#28)
Release 0.0.7
pass environment through to database sub-module (#24) use environment name in kms alias and rds cluster resolves #23 Signed-off-by: Daniel Hill <dan@mamu.co>
Release 0.0.6
Output ASG (#22)
Release 0.0.5
Added shared util library for tests, introduced a wait loop to check …
Release 0.0.4
First pass at kong config system to allow hybrid mode deployments as …
Release 0.0.3
add load balancers to hybrid and hybrid external db examples. Fix tes…
Release 0.0.2
add option for setting proxy and no_proxy (#16) * add option for setting proxy and no_proxy Signed-off-by: Daniel.Hill <daniel.hill@engineering.digital.dwp.gov.uk> * add example where proxy is set