mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 10:00:44 -05:00
test framework: expand variables available to test assertions (#33611)
This commit is contained in:
5
internal/command/testdata/test/undefined_variables/main.tf
vendored
Normal file
5
internal/command/testdata/test/undefined_variables/main.tf
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
variable "input" {
|
||||
type = string
|
||||
default = "Hello, world!"
|
||||
}
|
||||
Reference in New Issue
Block a user