What is Terraform? | Terraform Tutorial | #1

Описание к видео What is Terraform? | Terraform Tutorial | #1

Terraform is a tool to build out server infrastructure through code, sometimes called Infrastructure as Code. This allows you to define your entire infrastructure with code for repeatable and consistent builds. Terraform can be used to deploy vm's, storage, networking, DNS, load Balancers and more with cloud infrastructure providers like AWS and Azure among others.

Cloud providers like AWS and Azure have their own way to define infrastructure as code with CloudFormation and Azure Resource Manager (ARM) templates. Terraform takes this a step further and can manage multiple cloud providers in one configuration.

Terraform uses its own configuration language called "Terraform Language" which is based off of HCL.

Terraform website:
https://www.terraform.io/

Course code examples:
https://github.com/WillBrock/terrafor...

Комментарии

Информация по комментариям в разработке