Skip to content

Releases: Guimove/terraform-aws-bastion

Support for aws provider v5

01 Jun 22:22
3de458b
Compare
Choose a tag to compare
v3.0.6

Allow AWS provider v5

v3.0.5 Fix output issue on bastion_lb

01 Jun 09:20
0a167a2
Compare
Choose a tag to compare
Fix elb output error (#162)

v3.0.4 Fix output issue on bastion_lb for 3.0.3

16 May 10:03
cae598c
Compare
Choose a tag to compare

Fix output issue on bastion_lb for 3.0.3

v3.0.3

12 May 15:59
Compare
Choose a tag to compare
Merge branch 'immutable-optional-elb'

v3.0.2: Fix depreacated warning on aws_s3_bucket_lifecycle_configuration filt…

28 Mar 22:47
891fb9a
Compare
Choose a tag to compare

BugFix : support ipv6

10 Mar 08:37
741a83b
Compare
Choose a tag to compare
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

02 Mar 17:37
e6332cd
Compare
Choose a tag to compare
Add support for AWS v4 (#131)

* Add support for AWS v4

v2.3.2 - This is the latest version supporting AWS provider v3.x

02 Mar 16:59
50cf3ab
Compare
Choose a tag to compare

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

01 Mar 07:15
df68305
Compare
Choose a tag to compare
Add IPv6 ingress support to bastion host (#126)

* Add IPv6 ingress support to bastion host

* Fix typo w/ duplicate name

Merge pull request #107 from ohayak/master

09 Jun 09:01
de560dd
Compare
Choose a tag to compare
  • add option to disable syncing logs to s3
  • Compatibility with terraform 0.12 and above