-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
4 terraform preprocessing functions remain in terraform-modules that should be migrated to vendor-connectors.
Remaining Functions
label_aws_account- Terraform preprocessingclassify_aws_accounts- Depends on label_aws_accountpreprocess_aws_organization- Terraform preprocessingbuild_github_actions_workflow- Complex YAML builder
Why Not Done
Previous agent noted these as "complex preprocessing functions" and deferred them.
Tasks
- Analyze
label_aws_accountdependencies - Implement in
vendor_connectors/aws/ - Analyze
classify_aws_accounts - Implement classification logic
- Analyze
preprocess_aws_organization - Implement preprocessing
- Analyze
build_github_actions_workflow - Implement YAML generation
- Add tests for all
- Update MIGRATION_STATUS.md
Acceptance Criteria
- All 4 functions migrated
- Tests pass
- terraform-modules can import from vendor-connectors
- 100% migration complete (138/138)
Depends On
- 🎯 cursor-fleet: Complete bidirectional coordination system #256 (cursor-fleet for coordination)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request