19 lines
351 B
YAML
19 lines
351 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
variable:
|
|
description: Variable block
|
|
hcl_type: block
|
|
|
|
environment:
|
|
_description: The deployment environment
|
|
hcl_type: label
|
|
|
|
description: The deployment environment # The environment description
|
|
|
|
type:
|
|
description: The type description
|
|
hcl_quoted_string: false
|
|
default: string
|
|
...
|