github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/command/cliconfig/testdata/provider-installation-errors (about) 1 provider_installation { 2 not_a_thing {} # unknown source type 3 filesystem_mirror {} # missing "path" argument 4 network_mirror {} # missing "host" argument 5 direct = {} # should be a block, not an argument 6 direct "what" {} # should not have a label 7 } 8 9 provider_installation "what" {} # should not have a label 10 11 provider_installation = {} # should be a block, not an argument