mirror of
https://github.com/0x1d/terraform-docker-packer.git
synced 2025-12-17 23:06:43 +01:00
provision image through Terraform
This commit is contained in:
13
variables.tf
Normal file
13
variables.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
variable "packer_image" {
|
||||
type = string
|
||||
default = "mkaczanowski/packer-builder-arm:latest"
|
||||
}
|
||||
|
||||
variable "packer_config" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "provisioning_scripts" {
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
Reference in New Issue
Block a user