Created
December 24, 2024 18:52
-
-
Save langheran/2ea7565de0bcceab03710f10142f1298 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\NDS\scripts\cmds\tfa.cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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