Skip to content

Latest commit

 

History

History

README.md

ELK Terraform Module

This module creates an ELK stack with an Elasticsearch cluster.

Terraform Graph

Example Usage

module "elk" {
  source = ""

  vpc_name = "${module.environment.vpc_name}"
  aws_region = "${module.environment.aws_region}"
  aws_account = "${module.environment.aws_account}"
  environment_name = "${module.environment.environment_name}"
  unique_id = "sysadvent-"
}

Generate graph

terraform graph -draw-cycles | dot -Tsvg -o graph.svg

Resources