📄️ Overview
Terraform is a tool that enable to describe and deploy infrastructure using a declarative configuration language. This code can be versioned and reused for consistent environments. Within NodeShift, it can be used to create and manage the following resources:
📄️ Install Terraform
Terraform can be installed from the Terraform website download page. You can also install it using your system package manager. The Terraform installation manual contains the essential information for a proper installation.
📄️ Create Terraform environment
After the Terraform installation, create a directory for all text files that will describe your infrastructure:
🗃️ Creating resources
4 items