github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/initwd/doc.go (about) 1 // Package initwd contains various helper functions used by the "terraform init" 2 // command to initialize a working directory. 3 // 4 // These functions may also be used from testing code to simulate the behaviors 5 // of "terraform init" against test fixtures, but should not be used elsewhere 6 // in the main code. 7 package initwd