Terraform module to deploy a security-hardened SSH bastion host in AWS
This module can be installed from the Terraform registry: ordinaryexperts/hardened-bastion/aws
module "hardened-bastion" {
source = "ordinaryexperts/hardened-bastion/aws"
version = "2.7.0" # Be sure to use the latest release
# insert the 6 required variables here
}
We use Release Please to automate releases and changelog generation. PRs
should be merged to master
using a squash commit, with the commit message in
Conventional Commits format. (Conventional Commits cheat sheet)