Releases: rhythmictech/terraform-aws-imagebuilder-pipeline
Releases · rhythmictech/terraform-aws-imagebuilder-pipeline
Added Launch Template Configuration support without using custom_distribution_configs
v2.0.3 Added launch_template_configurations variable and functionality
v2.0.2 - Bug fix for pipelines that do not use a logging bucket
What's Changed
- Fix handling for using 'null' value for
log_bucket
variable by @Vermyndax in #19
New Contributors
- @Vermyndax made their first contribution in #19
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - bug fix
bug fix for typo
v2.0.0 - Migrate to AWS Provider from CloudFormation
Merge pull request #17 from rhythmictech/v1.X Refactor to use aws provider instead of cloudformation
v0.5.2
Removes pin to AWS provider version that was breaking TF 0.13
v0.5.1: Merge pull request #8 from rhythmictech/revert-6-created-date-tag
v0.4.1: Merge pull request #6 from rhythmictech/created-date-tag
Add a creation_date
tag to the AMIs created
image_name
Allow the specification of image_name for better downstream consumption
Lint all the things
Merge pull request #3 from rhythmictech/readme Add readme and commit hooks
Allow public AMIs
Merge pull request #2 from rhythmictech/private-default [ENG-897] make private by default, allow public