The prefix for local is "local." (and not ".local") (#9317)

This commit is contained in:
Baptiste Lafontaine 2020-05-28 17:21:49 +02:00 committed by GitHub
parent 3ad2f86cc2
commit 553d2a7d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.