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

@@ -17,6 +17,8 @@ import (
"github.com/opentofu/opentofu/internal/tfdiags"
)
// TODO ephemeral - check this when working on the ephemeral outputs - and the unit tests for it
// We might need to returne diags in case of ephemeral - let's check this at that point
func OutputsFromMap(outputValues map[string]*states.OutputValue) (jsonentities.Outputs, tfdiags.Diagnostics) {
var diags tfdiags.Diagnostics