Open
Description
The SecureConfig
is a mechanism for verifying checksums at runtime, provided by go-plugin.
https://pkg.go.dev/github.com/hashicorp/[email protected]#SecureConfig
To make use of this, we first need to save the checksum of plugins. It's probably a good idea to first introduce a dependency lockfile. See also terraform-linters/tflint#1486