5/20/2025 at 12:16:55 AM
I will say I've had a lot of success with AI and boiler plate HCL.I try to avoid modules out of the gate until I know the shape of a system and the lifecycles of things and I've been pleasantly surprised with how well the AI agents get AWS things correct out of the gate with HCL.
This should super charge this workflow since it should be able to pull out the provider docs / code for the specific version in use from the lockfile.
by leetrout
5/20/2025 at 6:25:49 AM
Me too. Having not done it for a couple of years, I got a full private gke vpc system and the live config etc incl argocd deployed and managed by tf all setup in like 3 or 4 days. I know it’s meant to be hours… but real life.What I enjoyed using cursor was when shit went wrong it could generate the gcloud cli commands etc to interrogate, add the results of that to the agent feed then continue.
by te_chris
5/20/2025 at 6:52:09 AM
Finding the right command every time is the real time saver.Ok, it’s probably something that a developer should know how to do, but who remembers every single command for cloud providers cli?
Querying the resources actual state makes these AI infra tools so powerful, I found them so useful even when I had to manage Hetzner based terraform projects.
by Lucasoato
5/20/2025 at 7:25:08 AM
100%. The real unlock/augmentation is not having to remember everything to type.by te_chris