[DOCS-13346] Update CCM Tag Pipelines docs for replace tag feature#34449
Open
[DOCS-13346] Update CCM Tag Pipelines docs for replace tag feature#34449
Conversation
Replace the boolean "Only apply if tag doesn't exist" option with a dropdown that offers three choices: don't apply the rule, append the tag, or replace the tag. Add warning about the destructive nature of the replace option. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Preview links (active after the
|
hestonhoffman
approved these changes
Feb 6, 2026
ashleyyip
reviewed
Feb 6, 2026
|
|
||
| Add the application tag to resources with `app`, `webapp`, or `apps` tags. The rule stops executing for each resource after the first match is found. For example, if a resource already has an `app` tag, then the rule no longer attempts to identify a `webapp` or `apps` tag. | ||
|
|
||
| To ensure the rule only applies if the `application` tag doesn't already exist, click the toggle in the **Additional options** section. |
Contributor
There was a problem hiding this comment.
this should be updated with the new options, it works exactly the same as the "Add key" section
|
|
||
| Under the **Additional options** section, you have the following options: | ||
|
|
||
| - **Only apply if columns don't exist** - Ensures the defined columns are only added if they do not already exist with the associated tags from the cost data. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Updates the Tag Pipelines documentation to reflect the new dropdown feature that allows users to choose whether to replace, append, or skip applying a tag when it already exists.
Merge instructions
Merge readiness:
Additional notes
Includes a warning that the "Replace" option can overwrite existing data.