mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
Bohr
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