✨ New Features
The backend
configuration block now supports assume_role_with_web_identity
for configuring the backend
block of the OpenTofu/Terraform terraform
block.
This allows users separately authenticating to backends with a different role to leverage role assumption with OIDC.
For more information, see the backend docs.
What's Changed
- feat: Adding assume_role_with_web_identity for backend configs by @yhakbar in #4097
- chore: simplified processing of errors block by @denis256 in #4046
- build(deps): Updated google.golang.org/protobuf to 1.36.6 by @denis256 in #4096
- build(deps): Updated github.com/charmbracelet/lipgloss to v1.1.0 by @denis256 in #4096
- build(deps): Update github.com/gruntwork-io/terragrunt-engine-go to v0.0.13 by @denis256 in #4096
- build(deps): Update github.com/urfave/cli/v2 to v2.27.6 by @denis256 in #4096
Full Changelog: v0.77.1...v0.77.2