Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
variable "password" {
type = string
}
resource "test_resource" "resource" {
id = "9ddca5a9"
value = var.password
output "password" {
sensitive = true