Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@blakeneyops blakeneyops released this 16 May 16:21
· 33 commits to master since this release

0.2.0 (May 16, 2016)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Resources names updated in several places for standardization. Will cause extra churn in existing environments.

IMPROVEMENTS:

  • Introduced deterministic conditional logic for the following scenarios:
    • Specification of an EBS snapshot to associate with the launch configuration.
    • Specification of ELB(s) to associate with the auto scaling group.
    • Specification of percentage based simple auto scaling policies.
  • All variables explicitly typed per HashiCorp best practices.
  • Added name prefixing to security group and launch configuration resources.
  • Exposed associate_public_ip_address parameter on launch configuration.
  • Exposed placement_tenancy parameter on launch configuration.
  • Exposed root volume configuration parameters on launch configuration.
  • Exposed EBS volume configuration parameters on launch configuration.
  • Exposed wait_for_capacity_timeout parameter on auto scaling group.