Skip to content

Latest commit

 

History

History
314 lines (194 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

314 lines (194 loc) · 12.7 KB

v2.8.0 - 2019-08-27

  • Track all changes (remove ignore_changes lifecycle) (#125)

v2.7.0 - 2019-08-27

  • Updated CHANGELOG
  • Add encrypted and kms_key_id arguments to the ebs_* and root_* block (#124)

v2.6.0 - 2019-07-21

  • Updated CHANGELOG
  • Remove T2 specifics to unify Terraform object names inside TF State (#111)

v2.5.0 - 2019-07-08

  • Updated CHANGELOG
  • Fixed output of placement_group (fixed #104) (#110)

v2.4.0 - 2019-06-24

  • Updated CHANGELOG
  • Add get_password_data (#105)

v2.3.0 - 2019-06-15

  • Updated CHANGELOG
  • Fixed when private_ips is empty (fixed #103)

v2.2.0 - 2019-06-14

  • Updated CHANGELOG
  • Added support for the list of private_ips (fixes #102) (#103)

v2.1.0 - 2019-06-08

  • Updated CHANGELOG
  • Added support for placement group and volume tags (#96)
  • Updated CHANGELOG
  • Terraform 0.12 update (#93)

v1.24.0 - 2019-06-06

  • Updated CHANGELOG
  • Added placement groups (#94)
  • Revert example
  • Added placement groups

v1.23.0 - 2019-06-06

  • Updated CHANGELOG
  • Add volume tags naming and output (#82)

v2.0.0 - 2019-06-06

  • Updated CHANGELOG
  • Terraform 0.12 update (#93)

v1.22.0 - 2019-06-06

  • Updated CHANGELOG
  • Added CHANGELOG
  • Update module to the current version (#88)

v1.21.0 - 2019-03-22

  • Fix formatting
  • examples/basic/main.tf: Add usage of "root_block_device" (#18) (#65)

v1.20.0 - 2019-03-22

  • Fix formatting
  • main.tf: Make number of instances created configurable, defaulting to 1 (#64)
  • Add missing required field (#81)

v1.19.0 - 2019-03-01

  • Fixed readme after #76
  • network_interface_id Attribute Removal (#76)

v1.18.0 - 2019-02-27

  • fix count variables are only valid within resources (#72)

v1.17.0 - 2019-02-25

  • fix call to local.instance_name (#71)

v1.16.0 - 2019-02-25

  • Fixed readme
  • Ability to append numerical suffix even to 1 instance (#70)

v1.15.0 - 2019-02-21

  • Allow multiple subnet ids (#67)

v1.14.0 - 2019-01-26

  • Tags should be possible to override (fixed #53) (#66)
  • fix typo (#61)

v1.13.0 - 2018-10-31

  • Include the module version and some code formatting (#52)

v1.12.0 - 2018-10-06

  • Fixed #51. t2 and t3 instances can be unlimited

v1.11.0 - 2018-09-04

  • Added example of EBS volume attachment (related to #46) (#47)
  • Ignore changes in the ebs_block_device (#46)

v1.10.0 - 2018-08-18

  • [master]: Narrow t2 selection criteria. (#44)

v1.9.0 - 2018-06-08

  • Fixed t2-unlimited bug (related issue #35) (#37)

v1.8.0 - 2018-06-04

  • Added support for CPU credits (#35)

v1.7.0 - 2018-06-02

  • Added encrypted AMI info (#34)

v1.6.0 - 2018-05-16

  • Added pre-commit hook to autogenerate terraform-docs (#33)

v1.5.0 - 2018-04-04

  • Minor formatting fix
  • Merge pull request #26 from otassetti/master
  • Modify tag name management to add -%d suffixe only if instance_count > 1

v1.4.0 - 2018-04-04

  • Merge pull request #27 from Normo/master
  • Stop ignoring changes in vpc_security_group_ids

v1.3.0 - 2018-03-06

  • Merge pull request #25 from terraform-aws-modules/renamed-count
  • Renamed count to instance_count (fixes #23)
  • Merge pull request #24 from mhd999/fix/readme
  • Fix: add missing variable to the usage example

v1.2.1 - 2018-03-01

  • Merge pull request #21 from terraform-aws-modules/added-eip-to-example
  • Added aws_eip to example and pre-commit hooks

v1.2.0 - 2018-01-19

  • Merge pull request #14 from 2solt/master
  • Add tags to output variables

v1.1.0 - 2017-12-08

  • Make module idempotent by requiring subnet_id and ignore changes in several arguments (fixes #10)

v1.0.4 - 2017-11-21

  • Removed placement_group from outputs

v1.0.3 - 2017-11-15

  • Merge pull request #7 from apparentlymart/patch-1
  • Fix incorrect subnet_id output expression
  • Updated example with all-icmp security group rule

v1.0.2 - 2017-10-13

  • Added example with security-group module

v1.0.1 - 2017-09-14

  • Updated example and made security group required

v1.0.0 - 2017-09-12

  • Updated repo name
  • Updated README
  • Added complete code with example and READMEs
  • Initial commit