✨ New Features
OpenTelemetry Trace Propogation
In anticipation of the introduction of OpenTelemetry support in OpenTofu 1.10, Terragrunt will now propagate the TRACEPARENT
environment variable to child processes to support OpenTelemetry traces that maintain context across Terragrunt and OpenTofu.
This work is based on @Yantrio 's PoC PR #4254, and is only useful due to his work adding OpenTelemtry in OpenTofu. Thank you!
What's Changed
- feat: Added generation of opentelemetry parent traces to invoked executables by @denis256 in #4278
- feat: Added support for Terraform tests in Github Action by @denis256 in #4275
- docs: Added homepage to Starlight docs by @yhakbar in #4250
Full Changelog: v0.78.3...v0.78.4