I get this error when I run the command:
$ bosh int config.yml --path /applications/routes/route
Expected to find a map at path '/applications/routes' but found '[]interface {}'
Exit code 1
This is my config.yml
file:
applications:
- buildpack: php_buildpack
instances: 1
memory: 1G
name: yxyxy
routes:
route: preprod-paas.itn.group
services:
- maria-db
- smtp-mail
Any help, I'm using bosh CLI V2?