Hacker News new | ask | show | jobs
by piahoo 2237 days ago
terraform manages infrastructure (e.g. creating VM). ansible manages configuration (e.g. installing tools on fresh VM)
1 comments

To be fair, one can manage infrastructure with Ansible too.
And one can manage configuration with Terraform too, via null-resource blocks and so on.