Skip to content

Instantly share code, notes, and snippets.

@pkolyvas
Created January 29, 2020 22:56
Show Gist options
  • Save pkolyvas/b89648014d12ba6eeabb18620dc9e6b0 to your computer and use it in GitHub Desktop.
Save pkolyvas/b89648014d12ba6eeabb18620dc9e6b0 to your computer and use it in GitHub Desktop.
source "file" "example" {
content = "Happy 2020"
target = "./test_artifact.txt"
}
build {
sources = [
"source.file.example"
]
post-processor "shell-local" {
inline = ["echo We hope you like your gift!"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment