blob: 566ff97928c178cc85c3c21a7ee386fcc4ac6005 [file] [log] [blame]
variable "shadow" {
type = string
sensitive = true
}
output "foo" {
value = var.shadow
sensitive = true
}