Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

IaaC is one of the worst acronyms ever.

Infrastructure should be declared, not coded.

Say what you want. The tool then builds that, or changes whats there to match.

I've tried Pulumi and understanding the bit that runs before it tries to do stuff and the bit that runs after it tries to do stuff and working out where the bugs are is a PITA. It lulls you into a false sense of security that you can refer to your own variables in code, but that doesn't get carried over to when it is actually running the plan on the cloud service (ie actually creating the infrastructure) because you can only refer to the outputs of other infrastructure.

CFN is too far in the other direction, primarily because it's completely invisible and hard to debug.

Terraform has enough programmability (eg for_each, for-expressions etc) that you can write "here is what I want and how the things link together" and terraform will work out how to do it.

The language is... sometimes painful, but it works.

The provider support is unmatched and the modules are of reasonable quality.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: