mirror of https://github.com/hashicorp/packer
backport of commit 8c134ba900
parent
7543760d0b
commit
2a84a22125
@ -0,0 +1,18 @@
|
||||
local "test" {
|
||||
expression = "two"
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
locals {
|
||||
test = local.test
|
||||
}
|
||||
|
||||
variable "test" {
|
||||
type = string
|
||||
default = "home"
|
||||
}
|
||||
source "null" "example" {}
|
||||
|
||||
build {
|
||||
sources = ["source.null.example"]
|
||||
}
|
||||
Loading…
Reference in new issue