Category: Terraform

Terraform Modules with Examples 0

Terraform Modules with Examples

A module is a container for multiple resources that are used together. Every Terraform configuration has at least one module, known as its root module, which consists of the resources defined in the .tf files in the main working...

Introduction to Terraform 0

Introduction to Terraform

What is Terraform? Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. Configuration files describe to...