Skip to content

Terraform module that deploys a server where all ports respond (except tcp/22) for ssh

Notifications You must be signed in to change notification settings

shollingsworth/terraform-module-allports-listening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

module "allports-host" {
  source          = "git::https://github.com/shollingsworth/terraform-module-allports-listening.git?ref=master"
  description = "Server responds on all ports (except 22)"
  instance_type = "t2.small"
  name = "all-ports-listening-server"
  profile = "aws-profile-name"
  region =  "us-west-2"
  role =  "AWS_PORTS_LISTENING"
  ssh_key_name = "jdoe"
  subnet_id =  "subnet-0000000"
  ubuntu_ami_name = ".*hvm-ssd/ubuntu-disco-19.04-amd64-server.*"
  vpc_id = "vpc-0000000"
  thread_count = 20
}

About

Terraform module that deploys a server where all ports respond (except tcp/22) for ssh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages