Skip to content

Releases: terraform-community-modules/tf_aws_bastion_s3_keys

v2.1.0

22 Sep 10:05
Compare
Choose a tag to compare
2021-09-22T10:05:07Z

815f91cc1d6a080a3c136c4271c54ab55a089222 Updated CHANGELOG
bd78a8ee93c81d8c9a0e779c436ec7ee5d5ef4f8 feat: Added a flexible way to pass a custom user-data script (#38)

v1.2.3: Add the ability to allow access based on security group ID (#29)

09 Jun 14:54
Compare
Choose a tag to compare
* Adding allowed_cidr var

This should allow us to pass CIDR blocks to the Security Group, which
lets us use this module for internal bastion hosts, or bastion hosts
that shouldn't be open to the world.

* Splitting SG and SG Rule

* Adding the ability to pass a SG ID

* Making the readme more verbose

* Updated CHANGELOG for new release