/terraform-aws-elasticsearch-service

Terraform module to setup AWS Elasticsearch service

Primary LanguageHCL

Terraform module for AWS Elastic search service

module "es" {
  source          = "devops-workflow/elasticsearch-service/aws"
  name            = "es-svc"
  environment     = "testing"
}