opentofu/internal/initwd/doc.go
Christian Mesh 54d2130473
Find additional places where terraform should be replaced with tofu (#1001)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2023-12-13 07:18:43 -05:00

11 lines
385 B
Go

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