You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/hcl2template/testdata/build/invalid_build_name_variable...

10 lines
89 B

variable "name" {
type = int
default = 123
}
build {
name = var.name
}