package
0.13.206
Repository: https://github.com/sdfe/terratest.git
Documentation: pkg.go.dev

# Functions

CopyFile copies a file from source to destination.
CopyFolderContents copies all the files and folders within the given source folder to the destination folder.
CopyFolderContentsWithFilter copies the files and folders within the given source folder that pass the given filter (return true) to the destination folder.
CopyTerraformFolderToTemp creates a copy of the given folder and all its contents in a temp folder with a unique name and the given prefix.
FileExists returns true if the given file exists.
PathContainsHiddenFileOrFolder returns true if the given path contains a hidden file or folder.
PathContainsTerraformStateOrVars returns true if the path corresponds to a Terraform state file or .tfvars file.
WriteFileWithSamePermissions writes a file to the given destination with the given contents using the same permissions as the file at source.