diff --git a/website/source/docs/configuration/from-1.5/variables.html.md b/website/source/docs/configuration/from-1.5/variables.html.md
index d43866814..809383226 100644
--- a/website/source/docs/configuration/from-1.5/variables.html.md
+++ b/website/source/docs/configuration/from-1.5/variables.html.md
@@ -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`
var.foo | yz | yz | yz |
| `-var foo=yz`
var.foo | yz | yz | yz |