Skip to content

ellerbrock/tf-aws-vpc-dhcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS Module - VPC DHCP Options

Terraform AWS Module - VPC DHCP Options

Open Source Love Gitter Chat MIT Licence

Example Usage

# output iam alias
module "aws_iam_alias" {
  source = "github.com/ellerbrock/tf-aws-iam-alias"
}

# create vpc dhcp options
module "aws_vpc_dhcp" {
  source = "github.com/ellerbrock/tf-aws-vpc-dhcp"
  
  domain_name         = "domain.tld"
  domain_name_servers = ["10.20.30.40", "10.20.30.50"]
  ntp_servers         = ["10.20.30.40", "10.20.30.50"]
  tag_name            = "${module.aws_iam_alias.account_id}"
}

Contact

GithubDockernpmTwitterFacebookGoogle+Gitter

License

Creative Commons License MIT license

This work by Maik Ellerbrock is licensed under a Creative Commons Attribution 4.0 International License and the underlying source code is licensed under the MIT license.

About

👌 terraform aws module - vpc dhcp options

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages