Releases: cloudposse/terraform-aws-ec2-ami-backup
Releases · cloudposse/terraform-aws-ec2-ami-backup
0.4.1: Update readme yaml file and rebuild md
what
- updated
README.yaml
file - add tags and categories
- rebuild
README.md
file
why
- need to add categories and tags so we can pull them into the documentation
0.4.0: Use relative paths for archives (#11)
* Use relative paths for archives This fixes issues when multiple people are working on the same project and they have the project located in different places. * Use relative path to module for archive files This removes the assumption about Terraform making a .terraform directory in the current working directory, and removes the need to use md5 to handle multiple module versions in the same project as Terraform deals with that itself. It now assumes that the module is located within the current working directory.
0.3.2
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.3.0: Add ability to include/exclude EBS volumes from AMI (#9)
* TF: Add ability to exclude EBS volumes from AMI * README: Add description and example * README: Add more description