-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
42 lines (42 loc) · 1.07 KB
/
manifest.json
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
{
"manifest_version_major": 1,
"deployer_image": "fn61/infrastructureascode:20190107_1257_ec16791b",
"deploy_command": ["/work/deploy.sh"],
"download_artefacts": [
"lambdafunc.zip"
],
"download_artefact_urltemplate": "https://dl.bintray.com/function61/dl/onni/{version}/{filename}",
"env_vars": [
{
"key": "TF_VAR_region",
"optional": false,
"placeholder": "us-east-1",
"help": "AWS region of your Lambda function"
},
{
"key": "TF_VAR_s3_bucket",
"optional": false,
"placeholder": "onni.function61.com",
"help": "Name of S3 bucket to use"
},
{
"key": "TF_VAR_base_url",
"optional": false,
"placeholder": "/api/onni",
"help": "Base URL behind which this API resides at"
},
{
"key": "AWS_ACCESS_KEY_ID",
"optional": false,
"placeholder": "AKI..",
"help": ""
},
{
"key": "AWS_SECRET_ACCESS_KEY",
"optional": false,
"placeholder": "",
"help": ""
}
],
"software_unique_id": "8e227a49-563e-4ee2-b137-e9df26f0e8b5"
}