Skip to content

elastic2ls-com/terraform-aws-ecs-fargate-cluster

Repository files navigation

Terraform module for fargate ECS cluster

 

License Status Sponsor Contact Terraform Registry

This module helps you create a fargate ECS cluster. It includes the following:

  • ECS cluster
  • cloudwatch logs

Sample Usage

This module requires 2 arguments.

  • cluster_name simply the name of the cluster
  • log_group log group name
module "terraform-aws-ecs-fargate-cluster" {
source = "git@github.com:elastic2ls/terraform-aws-ecs-fargate-cluster.git"

  cluster_name   = "fargate-ecs"
  log_group      = "fargate-ecs-log-group"
}

The module can also be found in the Terraform Registry https://registry.terraform.io/modules/elastic2ls-com/ecs-fargate-cluster/aws/latest.

About

This module helps you create a fargate ECS cluster. It includes the following: * ECS cluster * cloudwatch logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages