ordinaryexperts / terraform-aws-hardened-bastion

Terraform module to deploy a security-hardened SSH bastion host in AWS
https://registry.terraform.io/modules/ordinaryexperts/hardened-bastion/aws/latest
1 stars 1 forks source link

terraform-aws-hardened-bastion

Terraform module to deploy a security-hardened SSH bastion host in AWS

Status

Terraform Validation Terraform Static Analysis

Installation

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
}

Developing

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)