Releases: rhythmictech/terraform-aws-ec2-single
Releases · rhythmictech/terraform-aws-ec2-single
Allow optional root volume size and type
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
v1.4.1 fix ignore ami
1.4.0 - Ignore ami_id changes
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
What's Changed
- Allow specifying of KMS Keys for encryption of root volume
Full Changelog: v1.3.0...v1.3.1
v0.3.1
Full Changelog: v0.3.0...v0.3.1
Support terraform v1 and aws provider v4
v1.3.0
Added EBS data volume support
Merge pull request #9 from rhythmictech/ebs-support Added EBS support
v1.1.0
Add support for volume throughput/iops for GP3 volume types
Optional SSM policy and SG
Merge pull request #6 from rhythmictech/optional-options Optional SSM policy and SG
Optional SSM policy and SG
v1.0.0-pre Optional SSM policy and SG