mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Fixing minor typo in link in docs/debugging.md
Credit to @cluster2600 for finding this issue and attempting a fix.
This commit is contained in:
parent
3dc3baf186
commit
fccdec6327
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ GoLand includes [debugging features](https://www.jetbrains.com/help/go/debugging
|
|||
|
||||
## Debugging automated tests
|
||||
|
||||
Debugging an automated test is often the most straightforward workflow for debugging a section of the codebase. For example, the Go extension for VS Code](https://code.visualstudio.com/docs/languages/go#_debugging) adds `run test | debug test` options above all tests in a `*_test.go` file. These allow debugging without any prior configuration.
|
||||
Debugging an automated test is often the most straightforward workflow for debugging a section of the codebase. For example, the [Go extension for VS Code](https://code.visualstudio.com/docs/languages/go#_debugging) adds `run test | debug test` options above all tests in a `*_test.go` file. These allow debugging without any prior configuration.
|
||||
|
||||
### Debugging automated tests in VSCode
|
||||
|
||||
|
|
@ -94,4 +94,4 @@ Navigate to the Run and Debug view in the left-side Activity Bar. After selectin
|
|||
|
||||
This is equivalent to running a Terraform CLI command in the local Terraform project's directory. For example, if you run and debug a plan command that saves a plan file, that plan file will be created.
|
||||
|
||||
This workflow is useful if you need to set up a complicated prior state to replicate a bug or if you want to debug code behaviour given a specific configuration.
|
||||
This workflow is useful if you need to set up a complicated prior state to replicate a bug or if you want to debug code behaviour given a specific configuration.
|
||||
|
|
|
|||
Loading…
Reference in a new issue