# OpenTofu Production Pipeline This pipeline deploys Knoe into a production cluster (AWS EKS / GCloud GKE). ## Usage 1. Copy manifests from the k3s pipeline into `manifests/`. 2. Set `cluster_endpoint`, `cluster_token`, and optionally `cluster_ca_cert`. 3. Run: ```bash tofu init tofu plan tofu apply ```