-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.infrahub.yml
More file actions
27 lines (24 loc) · 739 Bytes
/
.infrahub.yml
File metadata and controls
27 lines (24 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
generator_definitions:
- name: widget_generator
file_path: "widget_generator.py"
targets: widgets
query: widget_query
class_name: WidgetGenerator
parameters:
name: "name__value"
queries:
- name: widget_query
file_path: "widget_query.gql"
# check_definitions:
# - name: "check_color_tags_name"
# class_name: "ColorTagsCheck"
# file_path: "tags_check.py"
# queries:
# - name: tags_query
# file_path: "tags_query.gql"
# jinja2_transforms:
# - name: my-jinja2-transform # Unique name for your transform
# description: "short description" # (optional)
# query: "tags_query" # Name or ID of the GraphQLQuery
# template_path: "tags_tpl.j2" # Path to the main Jinja2 template