Skip to content

Releases: skyscrapers/terraform-bluegreen

1.3.0

18 Jan 16:24
62f8299
Compare
Choose a tag to compare

This release converts the cpu-scaling module to the scaling module and makes it compatible with any CloudWatch metric

1.2.2

20 Apr 06:58
e83b218
Compare
Choose a tag to compare

Updated default Terraform version to 0.11.7 for the bluegreen ci pipeline

1.2.1

20 Apr 06:17
e359cae
Compare
Choose a tag to compare

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

02 Jan 15:59
33e08a4
Compare
Choose a tag to compare
Merge pull request #19 from skyscrapers/bluegreenApplyApprove

Enable terraform apply autoapprove in bluegreen deplyos

Add concourse deploy task

15 Nov 12:19
96cb24e
Compare
Choose a tag to compare
Merge pull request #17 from skyscrapers/addConcourseTask

add concourse deploy task

1.1.8: Merge pull request #14 from skyscrapers/move-to-vars

11 Aug 08:47
Compare
Choose a tag to compare

Print subprocess output for bluegreen.py

01 Aug 12:57
Compare
Choose a tag to compare
Merge pull request #13 from skyscrapers/subprocessPrintStderr

print subprocess errors

1.1.6: Merge pull request #11 from skyscrapers/health-check-type

13 Jul 07:19
Compare
Choose a tag to compare

Allow to customize the health_check_type of the autoscaling groups

Use tfvars for environment-specific variables

29 Jun 12:38
Compare
Choose a tag to compare
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

22 Jun 10:38
Compare
Choose a tag to compare

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" => ""