test framework: expand variables available to test assertions (#33611)

This commit is contained in:
Liam Cervante
2023-08-01 09:59:29 +02:00
committed by GitHub
parent bf6f32c19a
commit 3bea1171af
6 changed files with 110 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
run "applies_defaults" {
assert {
condition = var.input == "Hello, world!"
error_message = "should have applied default value"
}
}