top | item 42713389

(no title)

fasten | 1 year ago

Agreed 100%. LLMs are doing solid job at generating IaC but in a context where the person who use them knows what he/she's doing. In our case, remediaiton means an extra level of trust, where your infra is already super sensitive.

discuss

order

emmtold|1 year ago

we have used some tools to generate terraform code based on our unmanaged cloud resource for instance and it worked well..

fasten|1 year ago

The tools we are aware of will create a 1-to-1 mapping to some code, but very often with hardcoded values because they lack the full context of your infrastructure. This can lead to potential incidents in the future (broken dependencies / visibility). This is at least the way we are approaching it, and why we want to build this "deterministic" part first and then use it as context to the LLMs.