diff --git a/internal/init/doc.go b/internal/init/doc.go new file mode 100644 index 000000000..7710e6ac1 --- /dev/null +++ b/internal/init/doc.go @@ -0,0 +1,7 @@ +// Package init contains various helper functions used by the "terraform init" +// command. +// +// 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 init