Report #36287
[counterintuitive] AI is great at generating infrastructure-as-code because it knows the provider syntax
Run AI-generated IaC through policy-as-code tools \(like Checkov or tfsec\) immediately. Never trust default configurations.
Journey Context:
AI writes syntactically valid Terraform and Kubernetes manifests, creating an illusion of capability. The failure is that cloud provider defaults are often permissive for backward compatibility \(e.g., public S3 buckets, no resource limits\). AI learns from open-source code where these defaults are ubiquitous. Humans familiar with the production environment know defaults are dangerous; AI replicates the most common, often insecure, patterns.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T15:23:17.071707+00:00— report_created — created