mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 10:00:09 -04:00
10 lines
397 B
Go
10 lines
397 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// 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
|