Try IaC: Terraform
This tutorial covers how to use the Terraform tool to provision resources like virtual machines, NodeBalancers, or even Object Storage buckets, and any of the infrastructure available from the Linode API.
Topics to be covered:
- Why use Terraform?
- How to install and initialize, and configure Terraform
- How to use variables, templates and return values
- How to use Terraform plan, apply, and destroy to enact changes in your infrastructure
- How to manage state with Terraform
- Config management and Terraform provisioners (file, local-exec, remote-exec)
- Build and Run Docker-based Python App via Git and local files