Improve this page

Back to AWS Terraform templates index <–

AWS ECS Tag with Terraform

Aws_ECS_Tag by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "Aws_ECS_Tag" {
   compute_environment_name = "Environment-UNM"
   ecs_key                  = "Name"
   ecs_value                = "Hello World"
}