github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/initwd/doc.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  // Package initwd contains various helper functions used by the "terraform init"
     5  // command to initialize a working directory.
     6  //
     7  // These functions may also be used from testing code to simulate the behaviors
     8  // of "terraform init" against test fixtures, but should not be used elsewhere
     9  // in the main code.
    10  package initwd