Releases: ordinaryexperts/terraform-aws-hardened-bastion
Releases · ordinaryexperts/terraform-aws-hardened-bastion
v2.9.0
v2.8.0
v2.7.1
v2.7.0
Use `templatefile()` function instead of `template_file` data source.
- Per #16 ,use
templatefile()
function instead of deprecatedtemplate_file
data source. This should eliminate a bug causing gratuitous replacement of bastion launch config.
Roll back to code from release 2.3.0
- Rolled back to release 2.3.0 - release 2.4.0 was premature. This release is identical to release 2.3.0.
AWS Provider 4.x
- Bump AWS Provider version to 4.x
Security hardening
This release adds security hardening via Ansible role geerlingguy.security
.
Fix deprecated S3 bucket syntax
2.1.0
- Add a Makefile for convenience
- Update syntax for
aws_s3_bucket
- Remove
lifecycle ignore_changes
workaround for issue where live
infrastructure never conformed with TF, making TF constantly want to re-grant
the same grant. Issue was eliminated after the switch to new syntax.
Configurable tags and better naming
2.0.0
- Update AWS provider required version to ~> 3.0
- Status badges for validation and static analysis
- Improved naming of autoscaling group and launch configuration, so that ASG is
not re-created every timeterraform apply
is run. tags
variable allows tagging of bastion