-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdeploystack.json
More file actions
33 lines (33 loc) · 874 Bytes
/
Copy pathdeploystack.json
File metadata and controls
33 lines (33 loc) · 874 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
28
29
30
31
32
33
{ "title":"COSTSENTRY",
"name": "cost-sentry",
"duration":5,
"documentation_link": "https://cloud.google.com/shell/docs/cloud-shell-tutorials/deploystack/cost-sentry",
"collect_project":true,
"collect_project_number":true,
"collect_region":true,
"collect_billing_account":true,
"region_type":"run",
"region_default":"us-central1",
"collect_zone":true,
"hard_settings":{
"basename":"costsentry"
},
"custom_settings":[
{
"name":"label",
"description":"Please enter the 'label' to apply to resources which will be affected by this process",
"default": "costsentry"
},
{
"name": "location",
"description": "the location for the Cloud Storage Bucket",
"default": "US",
"options": ["US", "EU", "ASIA"]
},
{
"name":"budgetamount",
"description":"Please enter the number limit for this budget",
"default": "0"
}
]
}