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,5 @@
variable "input" {
type = string
default = "Hello, world!"
}