The prefix for local is "local." (and not ".local") (#9317)
This commit is contained in:
parent
3ad2f86cc2
commit
553d2a7d0b
|
@ -63,7 +63,7 @@ source "amazon-ebs" "debian" {
|
|||
}
|
||||
```
|
||||
|
||||
This uses more interpolations, this time prefixed with `var.` and `.local`.
|
||||
This uses more interpolations, this time prefixed with `var.` and `local.`.
|
||||
This tells Packer that you're accessing variables. This configures the builder
|
||||
with the given variables.
|
||||
|
||||
|
|
Loading…
Reference in New Issue