Hacker News new | ask | show | jobs
by Rowern 2071 days ago
Having worked with Terraform for 3 years, I totally agree!

Hashicorp should put more money into promoting "healthy" terraform tutorials based on real world usage (maybe split for small/medium/large orgs)

My first setup was split into 10-15 repos and it was an nightmare...

Now I have a mono-repo (and some GitlabCI magic to handle different projects) + terragrunt and it so much more stable than my first setup! As with everything, start simple, only change if you hit a wall!

2 comments

Do you mind sharing your strategy for module versioning in a mono-repo? anything you encountered that really didn't work?
I agree as well. Hell, even the vscode official extension doesn't support multi-folders workspaces.