-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmassdriver.yaml
57 lines (50 loc) · 1.38 KB
/
massdriver.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This file will be used to generate all of the schema-*.json files in a bundle
schema: draft-07
name: "aws-client-vpn-credentials"
description: "Creates private key and certificate for authentication to a aws-client-vpn-endpoint bundle."
source_url: github.com/massdriver-cloud/aws-client-vpn-credentials
access: private
type: infrastructure
# schema-params.json
# JSON Schema sans-fields above
steps:
- path: src
provisioner: opentofu
params:
# Examples will show up as configuration presets in the UI _and_
# they will be used to test configurations of the bundle.
examples:
- __name: Development
foo: bar
- __name: Production
foo: foo
required:
- foo
properties:
foo:
type: string
title: Foo
description: Name of aws-client-vpn-credentials
default: ""
examples:
- US-West 2 VPC
- US-East 1 VPC
# schema-connections.json
# Named list of input connections (artifacts) (map[name]artifact)
connections:
properties: {}
# schema-artifacts.json
# Named list of output artifacts (map[name]artifact)
artifacts:
properties: {}
# required:
# - network
# properties:
# network:
# $ref: massdriver/aws-vpc
# schema-ui.json
# List of form customizations for params-schema
# learn more about widgets & fields: https://docs.massdriver.cloud/bundles/custom-widgets-and-fields
ui:
ui:order:
- "*"