Copy
Last updated
Last updated
The copy resource allows files and directories to be copied from one location to another.
Source source
required
type: string
Source file, folder, url, git repo, etc
Destination destination
required
type: string
Destination file or directory to write file or files to.
Permissions permissions
type: string
default: 0777
Unix file permissions to apply to coppied files and direcories.
These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
Meta ID meta.id
string
The full ID of the resource e.g. `resource.type.name`. This is computed from the full resource path:
Meta Type meta.type
string
The type of the resource. This taken from the type label of the resource definition.
Meta Name meta.name
string
The name of the resource. This taken from the name label of the resource definition.
CopiedFiles copied_files
type: []string
List of the full paths of copied files.