evolved-npcs-infra/control_plane
2025-09-28 22:08:33 -07:00
..
patches Testing out talos provider for config patches 2025-09-28 22:00:55 -07:00
.gitignore Adding configuration files 2025-09-28 17:43:00 -07:00
.terraform.lock.hcl Adding configuration files 2025-09-28 17:43:00 -07:00
cleanup.sh Fixing home pointer 2025-09-28 15:37:53 -07:00
main.tf Adding dependency for configuration step 2025-09-28 22:08:33 -07:00
README.md Adding cleanup script 2025-09-28 11:26:14 -07:00
terraform.tfvars Changing random id regeneration conditions 2025-09-28 16:02:13 -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