Skip to content

Latest commit

 

History

History
138 lines (88 loc) · 5.78 KB

CHANGELOG.md

File metadata and controls

138 lines (88 loc) · 5.78 KB

Change Log

All notable changes to this project will be documented in this file.

v3.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#39)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#38)

v2.5.0 - 2021-03-15

  • fix: update pre-commit configuration to add validate and tflint (#35)
  • chore: add ci-cd workflow for pre-commit checks (#34)

v2.4.0 - 2020-06-19

  • feat: Added variable to enable/disable module (#23)
  • Minor update of README.md - certificate id argument name (#32)
  • Merge pull request #31 from terraform-aws-modules/terraform-provider-githubfile-1584635213365195000
  • [ci skip] Create ".chglog/CHANGELOG.tpl.md".
  • Merge pull request #30 from terraform-aws-modules/terraform-provider-githubfile-1584536634639555000
  • Merge pull request #29 from terraform-aws-modules/terraform-provider-githubfile-1584536634639568000
  • [ci skip] Create ".pre-commit-config.yaml".
  • [ci skip] Create ".gitignore".
  • Merge pull request #28 from terraform-aws-modules/terraform-provider-githubfile-1584536595705590000
  • Merge pull request #26 from terraform-aws-modules/terraform-provider-githubfile-1584536595707469000
  • Merge pull request #25 from terraform-aws-modules/terraform-provider-githubfile-1584536595705588000
  • [ci skip] Create "Makefile".
  • [ci skip] Create "LICENSE".
  • [ci skip] Create ".editorconfig".

v2.3.0 - 2019-11-04

  • Fixed var type for internal

v2.2.0 - 2019-08-21

  • Allow creation of ELB with and without access_logs (fixed #21)

v2.1.0 - 2019-07-17

  • Updated pre-commit and docs
  • Making access_logs field optional (#20)

v2.0.0 - 2019-06-09

  • Updated module for Terraform 0.12 (#17)

v1.4.1 - 2018-05-22

  • Fixed instances output (#13)

v1.4.0 - 2018-05-16

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

v1.3.1 - 2018-05-16

  • Fixed #10. Wrong type in output
  • Fixed #10. Wrong type in output

v1.3.0 - 2018-05-16

  • Fixed outputs of ELB module when resource does not exist

v1.2.0 - 2018-03-06

  • Renamed count to number_of_instances to be as much forward compatible as possible (#9)

v1.1.0 - 2018-03-01

  • Merge pull request #8 from dropped/arn_output
  • Add the ARN output
  • Merge pull request #6 from horsey/master
    • Fixed formatting
    • Fixed formatting
    • Added Known Issues/Limitations section

v1.0.1 - 2017-12-11

  • Upgraded ec2-instance module example

v1.0.0 - 2017-09-14

  • Added complete code and examples
  • Added complete code and examples
  • Initial commit