github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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