Skip to content

Releases: rhythmictech/terraform-aws-ec2-single

Allow optional root volume size and type

12 Nov 14:57
Compare
Choose a tag to compare

Default the volume_size and volume_type vars to null so these are not required, which then defaults to the AMI.

1.4.1 fix ignore ami in ec2 instance

06 Nov 01:51
Compare
Choose a tag to compare
v1.4.1

fix ignore ami

1.4.0 - Ignore ami_id changes

06 Nov 01:06
Compare
Choose a tag to compare

It's time to ignore changes to ami_id in the ec2 instance resource. This module was designed for pets and replacing an instance is an unlikely occurrence that it's okay to relegate to very intentional changes.

v1.3.1

08 Aug 18:19
Compare
Choose a tag to compare

What's Changed

  • Allow specifying of KMS Keys for encryption of root volume

Full Changelog: v1.3.0...v1.3.1

v0.3.1

23 Mar 15:59
2ec02be
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

Support terraform v1 and aws provider v4

v1.3.0

28 Feb 19:55
24ec158
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Added EBS data volume support

18 May 14:10
d73f4c2
Compare
Choose a tag to compare
Merge pull request #9 from rhythmictech/ebs-support

Added EBS support

v1.1.0

28 Apr 23:01
80bdf1b
Compare
Choose a tag to compare

Add support for volume throughput/iops for GP3 volume types

Optional SSM policy and SG

29 Nov 18:47
7994440
Compare
Choose a tag to compare
Merge pull request #6 from rhythmictech/optional-options

Optional SSM policy and SG

Optional SSM policy and SG

29 Nov 18:40
Compare
Choose a tag to compare
Pre-release
v1.0.0-pre

Optional SSM policy and SG