Target

The target section describes the targeted cloud provider.

The definition of a target section when using YAML is:

---
target:
  # the target definition goes here

If you are using JSON:

{
        "target": {
            ...the target definition goes here.
        }
}

The valid keys to use within a target are:

  • builder (mandatory): an object describing the format of the machine images to build.