-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubsub-message.json
61 lines (57 loc) · 1.7 KB
/
pubsub-message.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"action": "create",
"project": "athenas-owl-dev",
"zone": "us-central1-c",
"config": {
"name": "i-ao-intern-deploy-destroy",
"machineType": "zones/us-central1-c/machineTypes/f1-micro",
"disks": [
{
"boot": "true",
"autoDelete": "true",
"initializeParams": {
"sourceImage": "projects/ubuntu-os-cloud/global/images/family/ubuntu-1604-lts"
}
}
],
"networkInterfaces": [
{
"network": "global/networks/default",
"accessConfigs": [
{
"type": "ONE_TO_ONE_NAT",
"name": "External NAT"
}
]
}
],
"serviceAccounts": [{
"email": "default",
"scopes": [
"https://www.googleapis.com/auth/devstorage.read_write",
"https://www.googleapis.com/auth/logging.write",
"https://www.googleapis.com/auth/compute"
]
}],
"metadata": {
"items": [
{
"key": "office-time",
"value": "mumbai-12"
},
{
"key": "estimate",
"value": "2019-02-10"
},
{
"key": "email",
"value": "asutosh.sahoo@quantiphi.com"
},
{
"key": "startup-script-url",
"value": "https://raw.githubusercontent.com/asutosh97/ao-deploy-destroy/master/startup-script.sh"
}
]
}
}
}