Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with terraform-plugin-log #804

Closed
paddycarver opened this issue Sep 15, 2021 · 1 comment · Fixed by #837
Closed

Integration with terraform-plugin-log #804

paddycarver opened this issue Sep 15, 2021 · 1 comment · Fixed by #837
Assignees
Labels
enhancement New feature or request

Comments

@paddycarver
Copy link
Contributor

In the wake of #695, we should integrate with terraform-plugin-log to support more advanced logging from Terraform providers.

The minimal version of this is to update our terraform-plugin-go to a release that includes hashicorp/terraform-plugin-go#93, which is a blocker for this, and to feed in the provider name appropriately.

The complete version of this is to insert SDK-level log statements of our own throughout the package to help with debugging, which will likely involve refactoring several internal-only functions to include context arguments.

I anticipate this being a delicate dance of backwards compatibility that will require quite a bit of pragmatism.

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant