Files

10 lines
127 B
HCL
Raw Permalink Normal View History

2022-09-23 16:59:17 -04:00
source "null" "test" {}
2019-12-17 11:25:56 +01:00
build {
2022-09-23 16:59:17 -04:00
sources = [ "null.test" ]
2021-10-11 10:19:49 +02:00
post-processor "nonexistent" {
2019-12-17 11:25:56 +01:00
foo = "bar"
}
}