Releases: terraform-community-modules/tf_aws_bastion_s3_keys
Releases · terraform-community-modules/tf_aws_bastion_s3_keys
v2.1.0
v1.2.3: Add the ability to allow access based on security group ID (#29)
* 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