Skip to main content

Gruntwork release 2018-09

Guides / Update Guides / Releases / 2018-09

This page is lists all the updates to the Gruntwork Infrastructure as Code Library that were released in 2018-09. For instructions on how to use these updates in your code, check out the updating documentation.

Here are the repos that were updated:

terraform-aws-asg

v0.6.17

Published: 9/27/2018 | Release notes

v0.6.16

Published: 9/26/2018 | Release notes

terraform-aws-ci

v0.13.2

Published: 9/18/2018 | Release notes

terraform-aws-data-storage

v0.6.8

Published: 9/20/2018 | Release notes

terraform-aws-ecs

v0.8.5

Published: 9/30/2018 | Release notes

https://github.com/gruntwork-io/module-ecs/pull/92: You can now configure volumes for the ecs-service module using the new volumes parameter.

v0.8.4

Published: 9/20/2018 | Release notes

https://github.com/gruntwork-io/module-ecs/pull/91: The ecs-service-with-discovery module now outputs the security group ID via the output variable ecs_task_security_group_id.

terraform-aws-lambda

v0.2.3

Published: 9/24/2018 | Release notes

https://github.com/gruntwork-io/package-lambda/pull/21: Add a new parameter called wait_for to the lambda module. All the resources in the module will not be created until wait_for is resolved, which allows you to execute other steps (e.g., create zip file) before this module runs. This is a workaround for the lack of depends_on for modules in Terraform.

terraform-aws-load-balancer

v0.12.0

Published: 9/18/2018 | Release notes

  • https_listener_ports_and_acm_ssl_certs_num to specify the length of https_listener_ports_and_acm_ssl_certs
  • https_listener_ports_and_ssl_certs_num to specify the length of https_listener_ports_and_ssl_certs

This helps bypass the Terraform bug where the contents of those variables depend on dynamic resources hashicorp/terraform#11482.

This release is BACKWARD INCOMPATIBLE with previous releases only if you were using SSL certs. To upgrade you'll need to specify the newly added variables and run terraform apply.

v0.11.1

Published: 9/7/2018 | Release notes

terraform-aws-messaging

v0.1.1

Published: 9/6/2018 | Release notes

terraform-aws-sam

v0.1.7

Published: 9/27/2018 | Release notes

This release introduces the ability to pass environment variables along to lambdas while testing locally using AWS SAM CLI

v0.1.6

Published: 9/25/2018 | Release notes