Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
configs
/
testdata
/
valid-modules
/
with-tests-nested-module
/
main.tftest.hcl
blob: 3172b8c6dc4b466ea72b2fcc89c9f5696ca6f821 [
file
] [
log
] [
blame
]
variables
{
value
=
"Hello, world!"
}
run
"load_module"
{
module
{
source
=
"./setup"
}
assert
{
condition
=
output
.
value
==
"Hello, world!"
error_message
=
"invalid value"
}
}