9 lines
130 B
HCL
9 lines
130 B
HCL
|
source "file" "chocolate" {
|
||
|
target = "chocolate.txt"
|
||
|
content = "chocolate"
|
||
|
}
|
||
|
|
||
|
build {
|
||
|
sources = ["source.file.chocolate"]
|
||
|
}
|