| .. | ||
| cleanup.sh | ||
| main.tf | ||
| README.md | ||
| terraform.tfvars | ||
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