Skip to content

devops-made-easy/terraform-aws-dax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-dax

GitHub closed issues

Sample way of calling this module

module "dax" {
  source  = "git@github.com:devops-made-easy/terraform-aws-dax.git"
  version = "0.0.1"
  iam_role_arn = "iam_arn"
  name = "devops-made-easy-dax"
  node_count = 1
  node_type = "dax.t2.small"
  security_group_ids = [sg-xxxx]
  subnet_ids = [sub-xxxx]
}

Share the Love

Like this project? Please give it a ★ on our GitHub!(it helps us a lot)

License Summary

This sample code is made available under MIT license. See the LICENSE file.