Skip to content

nvdacsheets/terraform-aws-tested-oses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Tested OSes

This module returns for an given OS the AMI aswell as its default user and the prerequisits script

EXAMPLE

module "dcos-tested-oses" {
  source  = "terraform-dcos/tested-oses/aws"
  version = "~> 0.1.0"
}

Inputs

Name Description Type Default Required
aws_ami AMI that will be used for the instances instead of Mesosphere provided AMIs map <map> no
aws_default_os_user Map OS name to default login user (e.g. centos -> centos, coreos -> coreos) map <map> no
os Operating system to use string centos_7.4 no
provider Provider to use string aws no
region region string `` no

Outputs

Name Description
aws_ami AMI that will be used for the instances instead of Mesosphere provided AMIs
os-setup os-setup
user User

About

returns for an given OS the AMI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 58.1%
  • Shell 41.9%