From 91e78c19dcc29b2ab43cf29b929d6acdce010ab7 Mon Sep 17 00:00:00 2001
From: Armon Dadgar Terraform allows you to effortlessly combine high level system
providers with your own or with each other. Built-in dependency resolution means
- things happen in the right order — and it's all implied. Combine Mulitple Providers
Your common configuration and state can be stored in version control, shared +
Your configuration and state can be stored in version control, shared and distributed among your team. Updates, scaling and modifications - will be diffed first, so you can change with confidence.
+ will be planned first, so you can iterate with confidence.