Files
opentf/internal/command/e2etest/testdata/ephemeral-errors/variables/in-non-ephemeral-mod-variable.tf.disabled
Andrei Ciobanu 013097b631 Ephemeral variables (#3108)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2025-09-10 07:45:23 -04:00

6 lines
217 B
Plaintext

// Running this configuration is expected to return an error since variables not configured as ephemeral
// are not allowed to use ephemeral values.
module "test" {
source = "./non-ephemeral-mod"
in = var.in
}