locally auto-approve

This commit is contained in:
Kiara Grouwstra 2024-01-23 22:10:56 +01:00
parent f9d069beb4
commit 95c29fdf92
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
# nix run .#local
local = locally + compile tfCfg.nomad + ''
${tf} workspace select -or-create nomad;
${tf} init && ${tf} apply;
${tf} init && ${tf} apply -auto-approve;
'';
destroy = ''
${tfCommand "destroy"}