txtx-core 0.4.17

Primitives for parsing, analyzing and executing Txtx runbooks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: {{ workspace_name }}
id: {{ workspace_id }}
runbooks:
{{# runbooks }}
  - name: {{ name }}
    description: {{ description }}
    location: {{ location }}
{{/ runbooks }}
environments:
{{# environments }}
  {{ name }}:
    {{# values }}
      {{.}}
    {{/ values }}
{{/ environments }}