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.
Default Configuration
Section titled “Default Configuration”version: "1"| Key | Type | Description |
|---|---|---|
| version | String | Configuration file format version. Must be "1". Default is "1". |
Examples
Section titled “Examples”Specifying the Version Explicitly
Section titled “Specifying the Version Explicitly”version: "1"This configuration specifies that the Terrateam configuration file uses format version "1". It is equivalent to omitting the key.
Considerations
Section titled “Considerations”- Any value other than
"1"is rejected as a configuration error. - Quote the value. An unquoted
1is 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.