Skip to content

Releases: Guimove/terraform-aws-bastion

v2.2.2: Merge pull request #101 from Guimove/fix/tfvalidate

18 Dec 22:50
d2708d5

Choose a tag to compare

  • Just some lint
  • Configure some github actions for validation

v2.2.1: Merge pull request #97 from va3093/master

18 Dec 22:07
07e96bf

Choose a tag to compare

#97 Updated source name in readme example

  • Made acl private for bucket (bucket-owner-full-control is no more supported)

v2.2.0

02 Nov 09:25

Choose a tag to compare

#89 - CAN HAVE SOME BREAKING EFFECT fix #77 replacing dots with underscore
#92 - Add the ability to provide your own security group. + support for additional security groups

Some documentation updates

Semi breaking change

21 Jul 12:20
d6a9ce2

Choose a tag to compare

  • add ability to change default ssh port - #88
  • Correct a bug where public_ssh_port variable was used in place of private_ssh_port - #88

v2.0.1

21 Jul 11:59
2405734

Choose a tag to compare

Add variables :

Name Description Type Default Required
bastion_host_policy_name IAM Policy Name to create for the bastion instance role string BastionHost no
instance_type Instance size of the bastion string "t3.nano" no

Major changes

22 May 07:30
ddfdfda

Choose a tag to compare

Merge pull request #80 from FlatFilers/fix/lt-name

Fix bastion launch template name

v1.2.1: Merge pull request #73 from masterpointio/add-bastion-ami-var

17 Apr 14:48
6f36e26

Choose a tag to compare

Adds ability to pass Bastion AMI + Adds `allow_ssh_commands` variable

First TF v0.12 compatible

03 Oct 10:02
058c1c2

Choose a tag to compare

Merge pull request #58 from AdharaProjects/terraform0.12

Terraform 0.12 upgrade

Latest TF v0.11 compatible

03 Oct 10:00
95a867f

Choose a tag to compare

WARNING : Latest TF v0.11 compatible

If you want to continue to use this module with terraform 0.11 please fix the version to this release.

Fix naming and owner issue

04 Mar 15:09

Choose a tag to compare

v1.1.2

add test and asg tags