Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 460 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 460 Bytes

terraform-provider-talos

Debugging

In a bash shell, build a debug version of this provider binary:

make build-debug

In Visual Studio Code, start the provider in a debug session.

In a new bash shell, go into your terraform project directory, and run terraform with TF_REATTACH_PROVIDERS set to the value printed in the VSCode debug windows.