mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
11 lines
395 B
Go
11 lines
395 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package initwd contains various helper functions used by the "terraform init"
|
|
// command to initialize a working directory.
|
|
//
|
|
// These functions may also be used from testing code to simulate the behaviors
|
|
// of "terraform init" against test fixtures, but should not be used elsewhere
|
|
// in the main code.
|
|
package initwd
|