yliu
New Contributor III

Hello @HrushiM! Did this work for you? I tried to use a variable in the "include" session but looks like it doesn't read the variable. If I replace "${bundle.target}" with hardcoded "dev" then it works correctly. (tried ${var.env} as well, also didn't work)

```

include:
- resources/common/*.yml
- resources/${bundle.target}/*.yml
```