You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/test/junit-output/missing-provider/expected-output.xml

16 lines
829 B

<?xml version="1.0" encoding="UTF-8"?><testsuites>
<testsuite name="main.tftest.hcl" tests="1" skipped="0" failures="0" errors="1">
<testcase name="passes_validation" classname="main.tftest.hcl" time="TIME_REDACTED" timestamp="TIMESTAMP_REDACTED">
<error message="Encountered an error"><![CDATA[
Error: Provider configuration not present
To work with test_resource.secondary its original provider configuration at
provider["registry.terraform.io/hashicorp/test"].secondary is required, but it
has been removed. This occurs when a provider configuration is removed while
objects created by that provider still exist in the state. Re-add the provider
configuration to destroy test_resource.secondary, after which you can remove
the provider configuration again.
]]></error>
</testcase>
</testsuite>
</testsuites>