Skip to content

Instantly share code, notes, and snippets.

@langheran
Created July 7, 2025 16:20
Show Gist options
  • Save langheran/f48076009fc88d04e0da820da737f3d4 to your computer and use it in GitHub Desktop.
Save langheran/f48076009fc88d04e0da820da737f3d4 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\NDS\scripts\cmds\tfg.cmd
@echo off
setlocal
@REM set TF_LOG=DEBUG
terraform plan -generate-config-out=generated_resources.tf
code generated_resources.tf
endlocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment