Skip to content

Instantly share code, notes, and snippets.

@langheran
Created December 24, 2024 18:52
Show Gist options
  • Save langheran/2ea7565de0bcceab03710f10142f1298 to your computer and use it in GitHub Desktop.
Save langheran/2ea7565de0bcceab03710f10142f1298 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\NDS\scripts\cmds\tfa.cmd
@echo off
setlocal
@REM set TF_LOG=DEBUG
terraform apply -auto-approve %*
endlocal
echo %time%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment