Skip to content

Instantly share code, notes, and snippets.

@langheran
Created November 14, 2024 00:21
Show Gist options
  • Save langheran/990ec7b9f5f572687e97c172395e24c7 to your computer and use it in GitHub Desktop.
Save langheran/990ec7b9f5f572687e97c172395e24c7 to your computer and use it in GitHub Desktop.
Terraform Commands
@echo off
terraform %*
@echo off
setlocal
@REM set TF_LOG=DEBUG
terraform apply -auto-approve %*
endlocal
@echo off
setlocal
@REM set TF_LOG=DEBUG
terraform plan %*
endlocal
@echo off
terraform apply -auto-approve -replace="%*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment