Does sensitive = true encrypt a value in Terraform state?
No. Sensitive metadata controls presentation in supported Terraform output, but state can still contain the value in plaintext. State storage and access must be secured separately.
Map resources, modules, providers, outputs, and possible secrets in terraform.tfstate; export a separate redacted copy for review or support.
DecodeLens parses raw terraform.tfstate and terraform show -json state output in a browser worker. It never contacts Terraform Cloud, a backend, provider, or managed resource.
Terraform state JSON
State metadata, module-aware resources, outputs, credential findings, and the separate redacted copy will appear here.
DecodeLens groups resources by module, distinguishes managed resources from data sources, exposes provider and attribute paths, and correlates each possible credential with its exact state location.
Continue with tools that decode, convert, inspect, or verify the same data.
Map Kubernetes contexts, clusters, users, certificates, and authentication methods; detect risky settings and export a separate redacted copy.
Open toolDecode Kubernetes Secret values, inspect nested credential and file formats, or build a masked-by-default YAML/JSON manifest locally.
Open toolFormat, minify, validate, and explore JSON in a collapsible Object View without uploading data.
Open toolAnalyze HAR requests, failures, timing, transfer sizes, bodies, and sensitive fields; export a separate redacted copy.
Open toolLoad the example, locate the database password and token findings, search the module tree, then inspect the stable placeholders in the separate redacted JSON.
module.application.kubernetes_secret.application["api"].data.API_TOKEN"API_TOKEN": "[REDACTED_TOKEN_1]"No. Sensitive metadata controls presentation in supported Terraform output, but state can still contain the value in plaintext. State storage and access must be secured separately.
No. Replacing values changes the state data. The download is only a non-operational copy for review, debugging, or support conversations.
No. It covers Terraform sensitive metadata, common field names, known credential formats, and conservative entropy signals. Provider-specific or custom structures still require manual review.