mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 03:07:51 -05:00
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org> Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
// Running this configuration is expected to have an error since output blocks not configured as ephemeral
|
|
// are not allowed to use ephemeral values.
|
|
output "out" {
|
|
value = var.in
|
|
} |