Releases: Guimove/terraform-aws-bastion
Releases · Guimove/terraform-aws-bastion
Support for aws provider v5
v3.0.5 Fix output issue on bastion_lb
Fix elb output error (#162)
v3.0.4 Fix output issue on bastion_lb for 3.0.3
Fix output issue on bastion_lb for 3.0.3
v3.0.3
v3.0.2
BugFix : support ipv6
updating main.tf and adding to locals.tf to resolve ipv6 error (#132) * updating main.tf and adding to locals.tf to resolve ipv6 error\ * reverting the ipv4 blocks back to previous to ensure empty string error isnt masked * added null validator to the ipv4 block as well
First release supporting aws v4 provider
Add support for AWS v4 (#131) * Add support for AWS v4
v2.3.2 - This is the latest version supporting AWS provider v3.x
This is the latest version supporting AWS provider v3.x
Due to the major changes on AWS provider v4, see upgrade guide, the next release won't be compatible anymore with the v3 version of the provider.
Please take time to update to provider v4
v2.3.1
Merge pull request #107 from ohayak/master
- add option to disable syncing logs to s3
- Compatibility with terraform 0.12 and above