cloudposse / terraform-aws-ecs-container-definition

Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource
https://cloudposse.com/accelerate
Apache License 2.0
339 stars 244 forks source link

Support adding tags #158

Closed aairey closed 1 year ago

aairey commented 1 year ago

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Resources created by this module have no tags.

Expected Behavior

Have the possibility to pass a set of tags to this module.

Use Case

Same use-case for having tags in general.

Describe Ideal Solution

Add a var.tags variable consistent with other modules. Add the tags to all taggavle resources in this module.

Alternatives Considered

/

Additional Context

/

kevcube commented 1 year ago

@aairey this module does not create any resources

aairey commented 1 year ago

Right, looks like I will be adding it in the task definition as per the example here.