mirror of
https://github.com/moby/buildkit.git
synced 2026-08-04 23:00:51 +00:00
15 lines
159 B
HCL
15 lines
159 B
HCL
variable "SAN" {
|
|
default = "127.0.0.1"
|
|
}
|
|
|
|
group "default" {
|
|
targets = ["certs"]
|
|
}
|
|
|
|
target "certs" {
|
|
args = {
|
|
SAN = SAN
|
|
}
|
|
output = ["./.certs"]
|
|
}
|