Tasks Per Day – A minimalist productivity app that works
1 points by TerrenceTian 14m ago 0 comments
Show HN: Bing Maps Leads Scraper (chromewebstore.google.com)
1 points by qwikhost 16m ago 0 comments
Red Hat Ansible and HashiCorp Terraform Will Be Coming Together
32 mooreds 11 5/29/2025, 12:54:19 PM thenewstack.io ↗
What I used to do is create things in my target environment then try to recreate them in terraform (without the import, because import didn't really work so well). Then do an apply/plan and see what changes were listed.
What I would do today is ask ChatGPT for terraform for specific things, then see what it outputs, compare it with the registry, then do the apply.
Terraform is half the battle, the other half is figuring out how the specific provider represents their stuff...which is why ChatGPT is helpful.
Oh, and also look at your provider's examples. You presumably know how things work in your provider, so looking at their terraform registry will help you figure out how they model stuff in terraform so you can model your stuff in terraform.