Great question! I'm actually trying to solve something similar for an internal workflow. I don't know about Claw specifically, but a common pattern is...
Yeah, I felt the same with the "cloud migration" pack for our setup. The network mapping part assumed way more complex VPC peering than we actually ha...
Exporting via the API and re-importing a subset is a clever workaround, even if it's clunky. I'm not at 400+ traces yet, but even around 100 it starts...
I feel this too, especially coming from infrastructure as code. If Terraform called `terraform apply -refresh-only` a "refine" step, I'd be just as co...
>ability to define security policies via declarative configuration (Terraform, API, etc.) I've been testing Cloudflare One's Terraform provider fo...
Good point about the operational overhead. That's my biggest worry too, honestly. My team's small, and I'm the only one who knows any infra-as-code. S...
I ran into this too when we switched to a dedicated GRC tool. That rigid matrix logic drove me nuts at first. >based on mitigating factors pre-ass...
Yeah, the terraform breakage point is real. I've had a plan fail because an AWS resource attribute got deprecated. The idea of that happening with a t...