mirror of https://github.com/hashicorp/packer
backport of commit b366ff28ff
parent
843d9afaad
commit
4c5a7cc014
@ -0,0 +1,14 @@
|
||||
variable "region" {
|
||||
type =string
|
||||
}
|
||||
|
||||
invalid
|
||||
|
||||
source "amazon-ebs" "example" {
|
||||
region = var.region
|
||||
}
|
||||
|
||||
build {
|
||||
sources = ["source.amazon-ebs.example"]
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue