Tag: terraform

How to Install Terraform on Windows, Linux, and MacOS

November 23, 2022

This guide will show you how to install Terraform on Windows, Linux, and macOS. Choose the section for your OS and follow the instructions.

Read more

How to Provision Infrastructure with Terraform

August 25, 2022

Terraform is a tool that uses the declarative approach to configuration, allowing users to define and provision infrastructure in a safe and efficient way. This tutorial will show you how to use Terraform to facilitate provisioning of bare metal cloud infrastructure.

Read more

Terraform vs Kubernetes: What Are the Differences

July 29, 2021

Automation is one of the most important concepts in software development today. Automating infrastructure speeds up execution of configuration changes, eliminates the human error, and provides the transparency for all the teams across the project. This article provides an overview of two popular automation choices, Terraform and Kubernetes.

Read more

How to Install Terraform on CentOS

July 2, 2019

Terraform is a tool that creates a single provisioned interface for several different cloud-based services.  Referred to as “infrastructure as code,” it uses a configuration file to manage resources. This guide will help you install Terraform on an Ubuntu 18.04 or CentOS 7 Linux system.

Read more