9 lines
342 B
Plaintext
Raw Permalink Normal View History

2020-05-26 15:29:47 +02:00
## Assigning Values to build Variables
2020-06-02 12:17:46 +02:00
Once a variable is declared in your configuration, you can set it:
2020-05-26 15:29:47 +02:00
- Individually, with the `-var foo=bar` command line option.
- In variable definitions (`.pkrvars.hcl`) files, either specified on the
command line or automatically loaded.
- As environment variables, for example: `PKR_VAR_foo=bar`