[ssi] Add Terraform resource labels to SSI packages (batch 1) - #20704
Open
mrodm wants to merge 2 commits into
Open
[ssi] Add Terraform resource labels to SSI packages (batch 1)#20704mrodm wants to merge 2 commits into
mrodm wants to merge 2 commits into
Conversation
Add four standard resource labels to the AWS provider `default_tags` block in all Terraform `main.tf` files for the following packages: - jamf_protect (5 data streams) - netskope (1 data stream) - sentinel_one_cloud_funnel (1 data stream) - servicenow (1 data stream) - sublime_security (3 data streams) - symantec_endpoint_security (1 data stream) - tanium (6 data streams) - trellix_edr_cloud (1 data stream) Labels added to each file: division = "engineering" org = "obs" team = "security-service-integrations" project = "integrations-<package_name>-package" The `team` value is derived from the `owner.github` field in each 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>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
cc @mrodm |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes AWS resource tagging for a first batch of SSI integration packages by adding four organization-level labels to the provider "aws" { default_tags { tags = { ... }}} blocks in Terraform deployment fixtures under _dev/deploy/tf/main.tf.
Changes:
- Added
division,org,team, andprojecttags to AWSdefault_tagsacross 19 Terraformmain.tffiles. - Set consistent label values (
division = engineering,org = obs,team = security-service-integrations) and a per-packageprojectvalue followingintegrations-<package_name>-package.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/trellix_edr_cloud/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Trellix EDR Cloud deploy fixture. |
| packages/tanium/data_stream/threat_response/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Tanium Threat Response deploy fixture. |
| packages/tanium/data_stream/reporting/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Tanium Reporting deploy fixture. |
| packages/tanium/data_stream/endpoint_config/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Tanium Endpoint Config deploy fixture. |
| packages/tanium/data_stream/discover/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Tanium Discover deploy fixture. |
| packages/tanium/data_stream/client_status/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Tanium Client Status deploy fixture. |
| packages/tanium/data_stream/action_history/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Tanium Action History deploy fixture. |
| packages/symantec_endpoint_security/data_stream/event/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Symantec Endpoint Security deploy fixture. |
| packages/sublime_security/data_stream/message_event/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Sublime Security Message Event deploy fixture. |
| packages/sublime_security/data_stream/email_message/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Sublime Security Email Message deploy fixture. |
| packages/sublime_security/data_stream/audit/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Sublime Security Audit deploy fixture. |
| packages/servicenow/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for ServiceNow deploy fixture. |
| packages/sentinel_one_cloud_funnel/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for SentinelOne Cloud Funnel deploy fixture. |
| packages/netskope/data_stream/transaction/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Netskope Transaction deploy fixture. |
| packages/jamf_protect/data_stream/web_traffic_events/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Jamf Protect Web Traffic Events deploy fixture. |
| packages/jamf_protect/data_stream/web_threat_events/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Jamf Protect Web Threat Events deploy fixture. |
| packages/jamf_protect/data_stream/telemetry/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Jamf Protect Telemetry deploy fixture. |
| packages/jamf_protect/data_stream/telemetry_legacy/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Jamf Protect Telemetry Legacy deploy fixture. |
| packages/jamf_protect/data_stream/alerts/_dev/deploy/tf/main.tf | Add standard AWS default_tags labels for Jamf Protect Alerts deploy fixture. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
5 tasks
teresaromero
approved these changes
Aug 14, 2026
efd6
approved these changes
Aug 17, 2026
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
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.
Proposed commit message
Author's Checklist
main.tffiles updated with the correctteamandprojectvalues derived from their respectivemanifest.yml