9 lines
173 B
HCL
9 lines
173 B
HCL
|
// a source represents a reusable setting for a system boot/start.
|
||
|
source "inexistant" "ubuntu-1204" {
|
||
|
foo = "bar"
|
||
|
}
|
||
|
|
||
|
build {
|
||
|
sources = ["inexistant.ubuntu-1204"]
|
||
|
}
|