Skip to content

hashicorp/terraform-plugin-log

Folders and files

NameName
Last commit message
Last commit date
Mar 17, 2025
Mar 24, 2025
Feb 26, 2025
Feb 26, 2025
Jun 5, 2023
Feb 26, 2025
Jun 5, 2023
Mar 24, 2025
Mar 6, 2025
Jun 7, 2024
Jun 5, 2023
Jul 13, 2022
Feb 26, 2025
Jun 21, 2024
May 31, 2023
Oct 12, 2022
Jun 5, 2023
Mar 17, 2025
Mar 17, 2025
Mar 7, 2025

PkgGoDev

terraform-plugin-log

terraform-plugin-log is a helper module for logging from Terraform providers. It uses RPC-specific loggers to attach context and information to logs, and has multiple loggers to allow filtering of log output, making finding what you're looking for easier. It is a small wrapper on top of go-hclog, adding some conventions and reframing things for Terraform plugin developers.

Go Compatibility

This project follows the support policy of Go as its support policy. The two latest major releases of Go are supported by the project.

Currently, that means Go 1.23 or later must be used when including this project as a dependency.

Contributing

See .github/CONTRIBUTING.md

License

Mozilla Public License v2.0