Live data from Hacker News

Ask HN: What's better Terraform or AWS CDK?

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: What's better Terraform or AWS CDK?

#11

https://opentofu.org/ is better than terraform, as it’s a fork that happened before terraform became not open source.

I am using it for a new project as my first contact with this approach (long time Ansible user). So far it is great, both tofu cli, actual execution and vscode plugin.

But I'm curious about the providers ecosystem. Isn't that the weak link in this project? Biggest ones are actually developed by Hashicorp and not the big 3 cloud vendors. I also failed to find any independent docs on them, just a huge pile of folders in GitHub with basically no interface nor description what is what.

So while I use OpenTofu I still really fully on terraform docs.

Are there similar resources within OpenTofu project?

Post reply on HN