gdavison / terraform-plugin-log

Module for logging from Terraform plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.19 or later must be used when including this project as a dependency.

Contributing

See .github/CONTRIBUTING.md

License

Mozilla Public License v2.0

About

Module for logging from Terraform plugins.

License:Mozilla Public License 2.0


Languages

Language:Go 91.9%Language:MDX 6.5%Language:Shell 0.9%Language:Makefile 0.6%Language:HCL 0.1%