Files
opentf/internal/command/jsonconfig/expression.go
Martin Atkins a55053ea40 jsonconfig: Use "any" instead of interface{}
Since Go 1.18, "any" is the preferred spelling of the empty interface type.
This quiets some complaints from linters that the OpenTofu project does
not enforce but nonetheless may be enabled in the Go support for certain
text editors.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-07-10 13:18:26 -07:00

6.0 KiB