Skip to content

Commit 762dba7

Browse files
Fix varname in debugging instructions
1 parent d9d48ae commit 762dba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Moving the release process into [github.com/pulumi/pulumi-terraform-bridge](http
302302

303303
Dynamically bridged providers allow the Terraform provider interactions to be recorded in order to allow maintainers who do not have access to the Terraform provider to debug them. To do that:
304304

305-
1. Users should run their `pulumi-terraform-provider` repro locally with `PULUMI_DEBUG_GRPC_LOGS=pulumi-logs.json PULUMI_TF_DEBUG_GRPC=tf-logs.json` set.
305+
1. Users should run their `pulumi-terraform-provider` repro locally with `PULUMI_DEBUG_GRPC=pulumi-logs.json PULUMI_TF_DEBUG_GRPC=tf-logs.json` set.
306306
1. They should attach both logs to the issue they filed, as well as the program they used.
307307
1. To reproduce the behaviour, maintainers should use the `tf-logs.json` like in `dynamic/log_replay_provider.go:TestLogReplayProviderWithProgram`:
308308
1. Dump the sanitized log file under `testadata`.

0 commit comments

Comments
 (0)