hashicorp / terraform-aws-consul-ecs

Consul Service Mesh on AWS ECS (Elastic Container Service)
https://www.consul.io/docs/ecs
Mozilla Public License 2.0
52 stars 30 forks source link

Add ability to specify tags to task definitions #29

Closed karl-cardenas-coding closed 3 years ago

karl-cardenas-coding commented 3 years ago

In the current Terraform configuration the tag value of consul.hashicorp.com/mesh is hard coded. In order to append to this value the Terraform template must be changed to accept tags provided through the tags variable.

  tags = {
    "consul.hashicorp.com/mesh" = "true"
  }