github.com/hashicorp/terraform-plugin-sdk@v1.17.2/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