mirror of
https://github.com/0x1d/terraform-docker-packer.git
synced 2025-12-14 22:02:26 +01:00
14 lines
218 B
HCL
14 lines
218 B
HCL
variable "packer_image" {
|
|
type = string
|
|
default = "mkaczanowski/packer-builder-arm:latest"
|
|
}
|
|
|
|
variable "packer_config" {
|
|
type = string
|
|
}
|
|
|
|
variable "provisioning_scripts" {
|
|
type = list(string)
|
|
default = []
|
|
}
|