Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
init-with-tests-with-provider
/
main.tftest.hcl
blob: 8b0776e1a79cb0a4f1fcfad7978f730ba571b626 [
file
] [
log
] [
blame
]
run
"setup"
{
module
{
source
=
"./setup"
}
}
run
"test"
{
assert
{
condition
=
test_instance
.
foo
.
ami
==
"bar"
error_message
=
"incorrect value"
}
}