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
In pulumi/pulumi-terraform-provider#55 I gave
a customer the wrong varname following these instructions a bit too
closely.
This change uses the correct env var name, `PULUMI_DEBUG_GRPC`
Copy file name to clipboardExpand all lines: dynamic/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ Moving the release process into [github.com/pulumi/pulumi-terraform-bridge](http
302
302
303
303
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:
304
304
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.
306
306
1. They should attach both logs to the issue they filed, as well as the program they used.
307
307
1. To reproduce the behaviour, maintainers should use the `tf-logs.json` like in `dynamic/log_replay_provider.go:TestLogReplayProviderWithProgram`:
0 commit comments