Update variables.html.md

This commit is contained in:
Adrien Delorme 2020-03-10 14:53:48 +01:00
parent c4349f5a33
commit d4d30127a3
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ this behavior optional :
| | no default | `default = null` | `default = "xy"` |
|:---------------------------:|:----------------------------:|:----------------:|:----------------:|
| foo unused | error, "foo needs to be set" | - | - |
| var.foo | error, "foo needs to be set" | null¹ | yz |
| var.foo | error, "foo needs to be set" | null¹ | xy |
| `PKR_VAR_foo=yz`<br>var.foo | yz | yz | yz |
| `-var foo=yz`<br>var.foo | yz | yz | yz |