/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/cliconfig/testdata/provider-installation-errors
11 строк
380 B
Martin Atkins
Move command/ to internal/command/
18 май 2021, 00:09
18 май 2021, 00:09
ffe056b
Код
Авторство
О чём код?
provider_installation { not_a_thing {} # unknown source type filesystem_mirror {} # missing "path" argument network_mirror {} # missing "host" argument direct = {} # should be a block, not an argument direct "what" {} # should not have a label } provider_installation "what" {} # should not have a label provider_installation = {} # should be a block, not an argument