Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 1.76 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add support for Terraform v1.x

Added

  • Add support for Terraform v0.15

Added

  • Add support for Terraform v0.14

Added

  • Add support for terraform 0.13

0.1.0 - 2020-08-03

Changed

  • Add support for terraform aws provider 3.x
  • Update test to test against 3.0 aws provider
  • Update test dependencies to use 3.x capable module versions

Fixed

  • Fix idempotency in minimal test

0.0.1 - 2020-07-14

Added

  • Implement support for aws_lambda_function resource
  • Implement support for aws_lambda_alias resource
  • Implement support for aws_lambda_permission resource
  • Document the usage of the module in README.md
  • Document the usage of examples
  • Add unit tests for basic use cases