No description
  • Go 99.8%
  • Makefile 0.2%
Find a file
dependabot[bot] 3332a7cc76
build(deps): bump github.com/hashicorp/copywrite in /tools (#286)
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/hashicorp/copywrite/releases)
- [Commits](https://github.com/hashicorp/copywrite/compare/v0.25.1...v0.25.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/copywrite
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 11:03:51 -04:00
.changes [Chore] Upgrade Go version to 1.25 (#285) 2026-03-05 14:41:27 -05:00
.github build(deps): bump actions/setup-go in the github-actions group (#287) 2026-03-30 10:38:17 -04:00
internal build(deps): bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#279) 2026-02-06 11:25:41 -05:00
META.d Add catalog metadata (META.d) (#251) 2025-05-13 08:15:24 -04:00
tflog build(deps): bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#279) 2026-02-06 11:25:41 -05:00
tflogtest build(deps): bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#279) 2026-02-06 11:25:41 -05:00
tfsdklog build(deps): bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#279) 2026-02-06 11:25:41 -05:00
tfsdklogtest build(deps): bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#279) 2026-02-06 11:25:41 -05:00
tools build(deps): bump github.com/hashicorp/copywrite in /tools (#286) 2026-03-30 11:03:51 -04:00
.changie.yaml [CI] terraform-devex-repos automation 2024-06-07 16:22:29 -04:00
.copywrite.hcl Add catalog metadata (META.d) (#251) 2025-05-13 08:15:24 -04:00
.gitignore Prefer using raw fixtures in testing (#74) 2022-07-13 17:24:35 +01:00
.golangci.yml SEC-090: Automated trusted workflow pinning (2025-04-07) (#249) 2025-04-09 10:48:17 -05:00
.goreleaser.yml SEC-090: Automated trusted workflow pinning (2024-06-17) (#208) 2024-06-21 10:51:03 -04:00
CHANGELOG.md Update changelog 2025-11-13 18:04:00 +00:00
go.mod [Chore] Upgrade Go version to 1.25 (#285) 2026-03-05 14:41:27 -05:00
go.sum build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#238) 2025-03-07 15:11:14 -05:00
LICENSE build(deps): bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#279) 2026-02-06 11:25:41 -05:00
Makefile [COMPLIANCE] Add copyright and license headers (#153) 2023-06-05 09:37:22 -04:00
README.md [Chore] Upgrade Go version to 1.25 (#285) 2026-03-05 14:41:27 -05:00

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

Contributing

See .github/CONTRIBUTING.md

License

Mozilla Public License v2.0