Closed davidbloss closed 2 months ago
Enable interactive debugging with breakpoints 🔬 Docs here
changie
After setting up workspace/main.tf
workspace/main.tf
task debug-start
task dbg1
task debug-attach
task dbg2
b <path-to-file>:<line number>
task debug-plan
task debug-apply
c
Issues
Changelog
Enable interactive debugging with breakpoints 🔬 Docs here
changie
entry, N/A dev onlyTophatting
After setting up
workspace/main.tf
task debug-start
(ortask dbg1
)task debug-attach
(ortask dbg2
)b <path-to-file>:<line number>
task debug-plan
ortask debug-apply
c
to continue