github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/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