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