/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/test/junit-output/missing-provider/expected-output.xml
16 строк
829 B
Sarah French
Refactor JUnit XML output of `terraform test` into a new `junit` package (#36304)
13 янв 2025, 16:25
Не верифицирован
13 янв 2025, 16:25
ab6e4f2
Код
Авторство
О чём код?
<?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>