Files

Galana

This directory contains the Terraform configuration files for my homelab server.

Requirements

Environment Variables

Create a copy of the terraform.tfvars.example file and rename it to terraform.tfvars.

cp terraform.tfvars.example terraform.tfvars

Edit the terraform.tfvars file and update the values.

Usage

Plan

terraform plan

Apply

terraform apply

Destroy

terraform destroy