Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
test
/
unapplyable-plan
/
main.tftest.hcl
blob: 8e52386ac97d6c569b4d52ca0fb0baf30dabb3b3 [
file
] [
log
] [
blame
]
run
"test"
{
command
=
apply
plan_options
{
mode
=
refresh
-
only
}
assert
{
condition
=
test_resource
.
example
.
value
==
"bar"
error_message
=
"wrong value"
}
}