Skip to content

Releases: cloudposse/terraform-aws-ec2-ami-backup

0.4.1: Update readme yaml file and rebuild md

10 Dec 09:47
a8422d1
Compare
Choose a tag to compare

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)

20 Jul 19:51
Compare
Choose a tag to compare
* 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

20 Jul 19:24
599863a
Compare
Choose a tag to compare

what

  • Update terraform-null-label repo name and version

why

  • Very old version is used
  • CI/CD fails
  • Requires terraform fmt

Migrate to README.yaml format

19 Jul 09:27
968ea7e
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.3.0: Add ability to include/exclude EBS volumes from AMI (#9)

22 Jun 17:40
Compare
Choose a tag to compare
* TF: Add ability to exclude EBS volumes from AMI

* README: Add description and example

* README: Add more description

0.2.5

01 Jun 02:05
Compare
Choose a tag to compare

what

  • Fixed an error in referencing a variable
  • Changed var.no_reboot to var.reboot

why

  • Easier to understand and use

0.2.4

27 Apr 20:47
Compare
Choose a tag to compare

what

Make reboot configurable

why

May want to reboot the machine as part of the backup to prevent the minor chance of corruption