mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-10 17:10:27 -04:00
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org> Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
6 lines
No EOL
211 B
Text
6 lines
No EOL
211 B
Text
// Running this configuration is expected to have an error since data sources are not allowed
|
|
// to use ephemeral values at all.
|
|
data "simple_resource" "test_data1" {
|
|
provider = simple.s1
|
|
value = var.in
|
|
} |