Releases: byu-oit/terraform-aws-bastion
Releases · byu-oit/terraform-aws-bastion
v1.1.0
Pulled out provider details so that bastion could be created in other regions.
v1.0.3
Bastions can now be created in private or data subnets. Public is still the default, but the input variable subnet_type
allows you to override that when necessary. This is useful for troubleshooting resources that can't be reached from a public subnet (like the VPN connection back to campus).
Output Resources
Merge pull request #2 from byu-oit/feature-output-resources Feature output resources
Override Ingress CIDRs
Allows user to override the default ingress CIDR
Initial Release
v1.0.0 add documentation