Skip to content

✨ Add Cloudwatch log group tags to resource.#6259

Merged
VasilSirakov merged 2 commits intomainfrom
vasil/cw-loggroup-tags
Dec 4, 2025
Merged

✨ Add Cloudwatch log group tags to resource.#6259
VasilSirakov merged 2 commits intomainfrom
vasil/cw-loggroup-tags

Conversation

@VasilSirakov
Copy link
Copy Markdown
Contributor

We will soon need to filter on those tags to include/exclude results, so I don't think we can benefit from making those tags lazy (due to the separate API call).

cnquery> aws.cloudwatch.logGroups { arn name tags }
aws.cloudwatch.logGroups: [
  0: {
    tags: {}
    arn: "<arn>"
    name: "<name>"
  }
  1: {
    tags: {
      cool: "tag"
    }
    arn: "<arn>"
    name: "<name>"
  }

Signed-off-by: Vasil Sirakov <sirakov97@gmail.com>
Signed-off-by: Vasil Sirakov <sirakov97@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 4, 2025

Test Results

4 652 tests  ±0   4 648 ✅ ±0   2m 15s ⏱️ -3s
  415 suites ±0       4 💤 ±0 
   31 files   ±0       0 ❌ ±0 

Results for commit 50a3101. ± Comparison against base commit d6addbb.

♻️ This comment has been updated with latest results.

@VasilSirakov VasilSirakov merged commit 2dbc07f into main Dec 4, 2025
24 of 25 checks passed
@VasilSirakov VasilSirakov deleted the vasil/cw-loggroup-tags branch December 4, 2025 12:20
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants