Skip to content

[aws_logs] Add Terraform resource labels - #20708

Open
mrodm wants to merge 1 commit into
elastic:mainfrom
mrodm:update_terraform_labels_aws_logs
Open

[aws_logs] Add Terraform resource labels#20708
mrodm wants to merge 1 commit into
elastic:mainfrom
mrodm:update_terraform_labels_aws_logs

Conversation

@mrodm

@mrodm mrodm commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Proposed commit message

[aws_logs] Add Terraform resource labels to aws_logs package

Add four standard resource labels to the AWS provider `default_tags`
block in the Terraform `main.tf` file for the aws_logs package:

  division = "engineering"
  org      = "obs"
  team     = "obs-ds-hosted-services"
  project  = "integrations-aws_logs-package"

The `team` value is derived from the `owner.github` field in the
package's `manifest.yml`, and `project` follows the pattern
`integrations-<package_name>-package` using the `name` field.

This PR was generated with the assistance of Claude (claude-sonnet-4-6).

Add four standard resource labels to the AWS provider `default_tags`
block in the Terraform `main.tf` file for the aws_logs package:

  division = "engineering"
  org      = "obs"
  team     = "obs-ds-hosted-services"
  project  = "integrations-aws_logs-package"

The `team` value is derived from the `owner.github` field in the
package's `manifest.yml`, and `project` follows the pattern
`integrations-<package_name>-package` using the `name` field.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mrodm mrodm self-assigned this Aug 13, 2026
@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

💚 Build Succeeded

cc @mrodm

@mrodm
mrodm requested a review from a team August 14, 2026 07:14
@mrodm
mrodm marked this pull request as ready for review August 14, 2026 07:14
@mrodm
mrodm requested a review from a team as a code owner August 14, 2026 07:14
Copilot AI lite review requested due to automatic review settings August 14, 2026 07:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR enhances the aws_logs integration’s Terraform dev deployment by adding standard organizational resource labels to the AWS provider default_tags, improving resource traceability and cost/accounting metadata consistency.

Changes:

  • Added division, org, team, and project tags to the Terraform AWS provider default_tags in the aws_logs package.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +16 to +17
team = "obs-ds-hosted-services" # owner.github in packages/aws_logs/manifest.yml
project = "integrations-aws_logs-package" # name in packages/aws_logs/manifest.yml
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.

3 participants