blob: 258d8dc75b0ac3182696ba881ee1b59c69700507 [file] [log] [blame]
output "greeting" {
type = string
value = stack.nested.greeting
}
output "sound" {
type = string
value = local.sound
}
output "password" {
type = string
value = "not really"
sensitive = true
ephemeral = true
}