From 83a3b19a5c41bbb2caabda04888ee88bd806978e Mon Sep 17 00:00:00 2001 From: Casey Brooks Date: Fri, 13 Mar 2026 22:38:50 +0000 Subject: [PATCH] docs: remove tfvars copy step --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a84b56e..59cfd04 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ No local Node.js or pnpm required; the dev container in the cluster runs the too ```sh gh repo clone agynio/bootstrap_v2 cd bootstrap_v2 -cp stacks/platform/terraform.tfvars.example stacks/platform/terraform.tfvars ./apply.sh -y kubectl get deployment docker-runner -n platform ```