Feature branch: Ephemeral resources (#2852)

Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
Andrei Ciobanu
2025-08-04 16:39:12 +03:00
committed by GitHub
parent 1d38fd69d8
commit 4077c3d84f
166 changed files with 8044 additions and 565 deletions

View File

@@ -85,7 +85,7 @@ func TestSession_basicState(t *testing.T) {
{
Input: "test_instance.bar.id",
Error: true,
ErrorContains: `A managed resource "test_instance" "bar" has not been declared`,
ErrorContains: `There is no managed resource "test_instance" "bar" definition in the root module`,
},
},
})
@@ -196,7 +196,7 @@ func TestSession_stateless(t *testing.T) {
{
Input: "test_instance.bar.id",
Error: true,
ErrorContains: `resource "test_instance" "bar" has not been declared`,
ErrorContains: `resource "test_instance" "bar" definition`,
},
},
})