Skip to content

feat(ecs): Add support for tag propagation#39

Open
burahimu wants to merge 2 commits intoacryldata:mainfrom
burahimu:main
Open

feat(ecs): Add support for tag propagation#39
burahimu wants to merge 2 commits intoacryldata:mainfrom
burahimu:main

Conversation

@burahimu
Copy link

@burahimu burahimu commented Jan 20, 2026

This commit introduces a new propagate_tags variable to the remote ingestion executor module. This allows users to control whether tags from the ECS service or task definition are propagated to the running tasks. This is useful for costs analysis.

The variable defaults to NONE and accepts SERVICE, TASK_DEFINITION, or NONE as valid values


Note

Introduces configurable tag propagation for ECS tasks in the remote ingestion executor module.

  • Adds variable "propagate_tags" with validation and default "NONE" in variables.tf
  • Passes through to ECS service via propagate_tags = upper(var.propagate_tags) in main.tf

Written by Cursor Bugbot for commit 23b9639. This will update automatically on new commits. Configure here.

This commit introduces a new propagate_tags variable to the remote ingestion executor module. This allows users to control whether tags from the ECS service or task definition are propagated to the running tasks. This is useful for costs analysis.

The variable defaults to SERVICE and accepts SERVICE, TASK_DEFINITION, or NONE as valid values
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant