Commit 6c8cc13
fix(migration-to-aws): Resolve resource classification contradictions (Critical Issue awslabs#4)
1. Move google_project_service from PRIMARY to SECONDARY/orchestration
- Problem: Listed as PRIMARY but clustering-algorithm.md Rule 5 says
'Classify as orchestration secondary, Do NOT create its own cluster'
- Fix: Move to SECONDARY/orchestration with rationale
- Reasoning: API enablement is prerequisite, not a deployable unit
2. Move google_monitoring_alert_policy from PRIMARY to SECONDARY/configuration
- Problem: Listed as PRIMARY but fast-path.md Skip Mappings says
'google_monitoring_* do not require AWS equivalents in v1.0'
- Fix: Move to SECONDARY/configuration
- Reasoning: Monitoring is supporting infrastructure; fallback to CloudWatch
Build: All linters, manifests, security scans pass ✓
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 924be14 commit 6c8cc13
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- plugins/migration-to-aws/skills/gcp-to-aws/references/clustering/terraform
plugins/migration-to-aws/skills/gcp-to-aws/references/clustering/terraform/classification-rules.md
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments