Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
fix: Remove unused returned diagnostics (#38617)
Follow up to https://github.com/hashicorp/terraform/pull/38573, addressing feedback asking to remove the unused diagnostics. As discussed in that PR, the only way to use these returned diags would be to use a combination of named returns and defer functions editing those return values in order to capture those diagnostics. This is brittle and has questionable pay-off, so instead we remove these diags.
S
Sarah French committed
eb374193aa8528d18427c9c7cce6ee42766697d1
Parent: deed538
Committed by GitHub <noreply@github.com>
on 5/20/2026, 3:13:20 PM