package
1.1.0-beta2-not-internal-4
Repository: https://github.com/muratcelep/terraform.git
Documentation: pkg.go.dev
# Functions
AtomicRename renames from the source path to the destination path, atomically replacing any file that might already exist at the destination.
AtomicWriteFile uses a temporary file along with this package's AtomicRename function in order to provide a replacement for ioutil.WriteFile that writes the given file into place as atomically as the underlying operating system can support.