Skip to content

Releases: byu-oit/terraform-aws-bastion

v1.1.0

23 Dec 23:27
73b6bbf
Compare
Choose a tag to compare

Pulled out provider details so that bastion could be created in other regions.

v1.0.3

18 Dec 22:47
d1e1046
Compare
Choose a tag to compare

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

14 Dec 04:19
f329337
Compare
Choose a tag to compare
Merge pull request #2 from byu-oit/feature-output-resources

Feature output resources

Override Ingress CIDRs

10 Dec 23:17
b386392
Compare
Choose a tag to compare

Allows user to override the default ingress CIDR

Initial Release

10 Dec 22:14
Compare
Choose a tag to compare
v1.0.0

add documentation