Tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house...
configuration files describe to terraform the components needed to run a single application or your entire datacenter. terraform generates an execution plan describing what it will do to reach the desired state, and then executes it to build the described infrastructure. as the configuration changes, terraform is able to determine what changed and create incremental execution plans which can be applied.
the infrastructure terraform can manage includes lowlevel components such as compute instances, storage, and networking, as well as highlevel components such as dns entries, saas features, etc.
cloud-management