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:
Andrei Ciobanu
2025-08-11 15:37:18 +03:00
committed by Christian Mesh
parent 528b778363
commit 013097b631
62 changed files with 1791 additions and 118 deletions

View File

@@ -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
}