mirror of
https://github.com/0x1d/terraform-docker-packer.git
synced 2025-12-14 14:01:29 +01:00
12 lines
240 B
HCL
12 lines
240 B
HCL
module "raspios" {
|
|
source = "../../"
|
|
packer_config = "packer/raspios.pkr.hcl"
|
|
packer_variables = {
|
|
image_path = "rpi-arm64.img"
|
|
scripts = [
|
|
"scripts/pi.sh",
|
|
"scripts/docker.sh",
|
|
"scripts/hashi.sh"
|
|
]
|
|
}
|
|
} |