You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: development/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,16 @@ make enable_git_hooks
80
80
81
81
Code will be formatted and docs generated before each commit.
82
82
83
+
## Debugging
84
+
85
+
To run the provider with debug logging enabled:
86
+
87
+
```bash
88
+
go run -tags alpha main.go --debug
89
+
```
90
+
91
+
For more information on debugging Terraform providers, see the [official debugging guide](https://developer.hashicorp.com/terraform/plugin/framework/debugging).
92
+
83
93
## Docs
84
94
85
95
If you made any changes to the provider's interface, please run `make docs` to update documentation as well.
0 commit comments