From 4ca3c8890f3c40db3ca6bd380ad03b062e8cea7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 7 Feb 2026 15:14:57 +0100 Subject: [PATCH] terraform: add flake_branch and token for testvm01 Co-Authored-By: Claude Opus 4.5 --- terraform/vms.tf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/terraform/vms.tf b/terraform/vms.tf index 5d33a73..5186314 100644 --- a/terraform/vms.tf +++ b/terraform/vms.tf @@ -39,10 +39,12 @@ locals { flake_branch = "vault-setup" # Bootstrap from this branch instead of master } "testvm01" = { - ip = "10.69.13.20/24" - cpu_cores = 2 - memory = 2048 - disk_size = "20G" + ip = "10.69.13.20/24" + cpu_cores = 2 + memory = 2048 + disk_size = "20G" + flake_branch = "improve-bootstrap-visibility" + vault_wrapped_token = "s.l88eUKBlieWrNrQrlO76uBnM" } "testvm02" = { ip = "10.69.13.21/24"