bundle:
  name: cycle

variables:
  a:
    default:
      hello: ${var.b}
  b:
    default:
      hello: ${var.a}