Unknown encryption method
Detects non-existing encryption methods references in OpenTofu encryption block configuration. For the following code:
terraform {
encryption {
key_provider "pbkdf2" "foo" {
# Configuration parameters
}
method "aes_gcm" "yourname2" {
keys = key_provider.pbkdf2.foo
}
}
}
We should check if the method name is correct.
See https://opentofu.org/docs/language/state/encryption/#methods for more information.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
OpenTofuUnknownEncryptionMethod
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Terraform and HCL, 243.26483 |