Releases: skyscrapers/terraform-bluegreen
Releases · skyscrapers/terraform-bluegreen
1.3.0
1.2.2
1.2.1
Fixes an error with empty user_data
starting from aws provider 1.14:
Error: module.api.module.blue.aws_launch_configuration.bluegreen_launchconfig: expected length of user_data to be in the range (1 - 16384), got
Resources:
Enable terraform apply autoapprove in bluegreen deplyos
Merge pull request #19 from skyscrapers/bluegreenApplyApprove Enable terraform apply autoapprove in bluegreen deplyos
Add concourse deploy task
Merge pull request #17 from skyscrapers/addConcourseTask add concourse deploy task
1.1.8: Merge pull request #14 from skyscrapers/move-to-vars
Move some stuff into vars
Print subprocess output for bluegreen.py
Merge pull request #13 from skyscrapers/subprocessPrintStderr print subprocess errors
1.1.6: Merge pull request #11 from skyscrapers/health-check-type
Allow to customize the health_check_type of the autoscaling groups
Use tfvars for environment-specific variables
Change from maps to tfvars (#12) * Change from maps to tfvars * Fix typos * Change order * Expect the full path to the environment tfvars file. * Fix typo
1.1.4
Removed AZ variable in blue-green deployment and single-stack module that was causing the following change every TF apply:
~ module.api_admin_deploy.green.aws_autoscaling_group.bluegreen_asg
availability_zones.#: "3" => "0"
availability_zones.1924028850: "eu-west-1b" => ""
availability_zones.3953592328: "eu-west-1a" => ""
availability_zones.94988580: "eu-west-1c" => ""
~ module.api_admin_deploy.blue.aws_autoscaling_group.bluegreen_asg
availability_zones.#: "3" => "0"
availability_zones.1924028850: "eu-west-1b" => ""
availability_zones.3953592328: "eu-west-1a" => ""
availability_zones.94988580: "eu-west-1c" => ""