Skip to content
Terrateam

version

The version configuration specifies the version of the Terrateam configuration file format. The only supported value is "1", which is also the default, so the key can be omitted.

version: "1"
Key Type Description
version String Configuration file format version. Must be "1". Default is "1".
version: "1"

This configuration specifies that the Terrateam configuration file uses format version "1". It is equivalent to omitting the key.

  • Any value other than "1" is rejected as a configuration error.
  • Quote the value. An unquoted 1 is a YAML integer, and the key requires a string.
  • If Terrateam introduces a new configuration format, it will be identified by a new version value and documented in the release notes.