github.com/opentofu/opentofu@v1.7.1/internal/initwd/doc.go (about)

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