github.com/juju/charm/v11@v11.2.0/internal/test-charm-repo/bundle/bad/bundle.yaml (about)

     1  # This bundle has a bad relation, which will cause it to fail
     2  # its verification.
     3  applications:
     4      wordpress:
     5          charm: wordpress
     6          num_units: 1
     7      mysql:
     8          charm: mysql
     9          num_units: 1
    10  relations:
    11      - ["foo:db", "mysql:server"]