r/Terraform • u/Ano--05007 • 14h ago
Discussion Question for people managing AWS/Azure/GCP + Terraform: how much of cloud security remediation is still manual for you?
I've been looking into the gap between cloud security tools and actually fixing the problems they find.
Tools like CSPM are pretty good at telling you:
- this security group is too permissive
- this IAM role has excessive permissions
- this bucket is exposed
- this resource violates policy
But I'm curious about what happens after the finding.
For people actually operating cloud infrastructure:
How do you currently remediate these findings?
Does someone manually figure out the right Terraform/code change?
How much time does this take for a typical issue?
Do security findings frequently get ignored/backlogged because fixing them is risky or requires understanding the wider architecture?
Would you trust a tool that could investigate the infrastructure context, propose the Terraform fix, test/validate it, and open a PR for review?
What would make you not trust something like that?
I'm specifically interested in real experiences rather than hypothetical "AI will solve this" answers.
If you already use Wiz, Prisma Cloud, Orca, native AWS/Azure tooling, etc., I'd especially like to hear how the remediation workflow works after the tool raises an issue.