-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.hcl
35 lines (35 loc) · 1.03 KB
/
metadata.hcl
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
28
29
30
31
32
33
34
35
integration {
name = "Integration Template"
description = "This is an integration template"
identifier = "waypoint/hashicorp/integration-template"
flags = [ "archived" ]
docs {
process_docs = true
# We recommend using the default readme_location of just `./README.md` here
# This projects README needs to document the interface of an integration.
#
# If you need a separate README from what you will display on GitHub vs
# what is shown on HashiCorp Developer, this is totally valid, though!
readme_location = "./INTEGRATION_README.md"
external_url = "https://github.com/hashicorp/integration-template"
}
license {
type = "MPL-2.0"
url = "https://github.com/hashicorp/integration-template/blob/main/LICENSE.md"
}
component {
type = "platform"
name = "Template Platform"
slug = "template-platform"
}
component {
type = "task"
name = "Template Task"
slug = "template-task"
}
component {
type = "task"
name = "Another Task"
slug = "another-task"
}
}