Process Flow - Sensitive variables
Define variable with sensitive = true
Terraform reads variable
Value is marked sensitive
Use variable in resources or outputs
Terraform hides value in CLI output
Value stored securely in state file
Apply or plan runs without exposing value
Terraform marks variables as sensitive to hide their values in outputs and logs, protecting secrets during deployment.