mirror of https://github.com/hashicorp/packer
Merge pull request #12872 from hashicorp/backport/fmt_fwd_parse_errors/strongly-crisp-donkey
This pull request was automerged via backport-assistantbackport/update/integration-script-commands/apparently-strong-pug
commit
ca098bc5dd
@ -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