If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
This would help us debug provider bugs when we are unable to reproduce the problem locally (say for lack of credentials or access to the underlying provider).
Users should be able to set a variable like:
$ PULUMI_DEBUG_TF_LOGS=tf_logs.json pulumi up
This would work similarly to PULUMI_DEBUG_LOGS=logs.json. If we had the TF schema, the Pulumi logs and TF logs, we could then correlate commands (Pulumi create -> TF create).
Hello!
Issue details
This would help us debug provider bugs when we are unable to reproduce the problem locally (say for lack of credentials or access to the underlying provider).
Users should be able to set a variable like:
This would work similarly to
PULUMI_DEBUG_LOGS=logs.json
. If we had the TF schema, the Pulumi logs and TF logs, we could then correlate commands (Pulumi create -> TF create).Affected area/feature