Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

47 lines (30 loc) · 1.05 KB

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