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
Where would you expect to find this documentation?
On terraform.io
In the GoDoc for this module
In this repo as a markdown file
Somewhere else
Details
Properly using tflog requires the SDKs to provide a setup context.Context, otherwise logs just won't show up currently due to #52. This means that providers need to depend on SDKs at least at the version that added terraform-plugin-log support:
terraform-plugin-framework v0.6.0
terraform-plugin-sdk v2.10.0
The text was updated successfully, but these errors were encountered:
Reference: #57
Reference: hashicorp/terraform-plugin-sdk#863
This also makes some minor fixes to use recently updated `SetField()` function names and further standardizes on logging "field" terminology over "variable" or "argument".
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Does this documenation exist?
Where would you expect to find this documentation?
Details
Properly using
tflog
requires the SDKs to provide a setupcontext.Context
, otherwise logs just won't show up currently due to #52. This means that providers need to depend on SDKs at least at the version that added terraform-plugin-log support:The text was updated successfully, but these errors were encountered: