Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-31 13:37:13 +01:00
parent c7059efe37
commit e926dc7833

View File

@ -1,3 +1,12 @@
#packer {
# required_plugins {
# arm = {
# version = ">= 1.0.0"
# source = "github.com/cdecoux/builder-arm"
# }
# }
#}
variable "pwn_hostname" { variable "pwn_hostname" {
type = string type = string
} }