Skip to content

andiempett/terraform-module-ecs-cluster

Repository files navigation

Terraform Module ECS Cluster

A module to abstract the complexity of an ECS cluster that uses both instance and fargate capabilities

Using The Terraform module

See examples

module "cluster" {
    source = "github.com/example/terraform-module-ecs-cluster?ref=0.1.0"

    ...
    ...
}

Example Setup and deploy

ECS cluster working example is a working example.

then run the following:

cd examples/cluster
export AWS_REGION=eu-west-1
export TF_WORKSPACE=dev
terraform init

Then plan...

terraform plan

...If the plan is successful apply.

terraform apply

When you are finished destroy the resources

terraform destroy

check the terraform state

terraform state list

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors