Infrastructure configuration needed to host the evolved-npcs application
Find a file
2025-09-27 21:38:32 -07:00
hc_vault Adding existing vault code 2025-09-27 19:13:52 -07:00
main.tf Missed a reference 2025-09-27 21:38:32 -07:00
README.md Updating minor issues with terraform file 2025-09-27 21:04:15 -07:00
terraform.tfvars Trying to setup talos qemu with terraform 2025-09-27 20:55:32 -07:00

Setup Instructions

Ensure you have Homebrew installed on your machine.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Ensure you have the dependencies installed:

brew install terraform

Run the following commands to initialize and apply the Terraform configuration:

  terraform init
  terraform plan
  terraform apply

Development Environment Setup

brew install minikube

  minikube start --driver=podman --container-runtime=cri-o