c-base / nerdserv

nerdserv IaC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nerdserv IaC

Configuration for all VMs / Containers running on nerdserv using Terraform

Prerequisites

Terraform

We recommend using the Terraform version manager to install the correct version of terraform for this project.

tfenv install

Encryption Key

You will need the team’s age encryption key to run the encryption and decryption steps for the Terraform state files.

Usage

The proxmox provider allows Terraform to provision proxmox VMs and LXC containers through proxmox's API.

Work with the Config

  1. If you have not done so, initialize Terraform by running terraform init.

  2. Validate the config BEFORE committing.

    terraform validate
  3. Format the Terraform config files BEFORE committing.

    make format
  4. Commit the changes and create a pull request, Terraform cloud should pick it up and create a plan.

  5. Merge the pull request, everything will get applied to

About

nerdserv IaC


Languages

Language:HCL 96.7%Language:Makefile 3.3%