14 lines
163 B
HCL
14 lines
163 B
HCL
project = "foo"
|
|
|
|
app "test" {
|
|
build {
|
|
labels = {
|
|
"foo" = "bar"
|
|
}
|
|
|
|
registry {
|
|
use "docker" {}
|
|
}
|
|
}
|
|
}
|