mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Ephemeral variables (#3108)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org> Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
committed by
Christian Mesh
parent
528b778363
commit
013097b631
@@ -0,0 +1,5 @@
|
||||
// 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
|
||||
}
|
||||
Reference in New Issue
Block a user