forked from antonbabenko/modules.tf-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprint_connectors.json
More file actions
93 lines (93 loc) · 1.82 KB
/
blueprint_connectors.json
File metadata and controls
93 lines (93 loc) · 1.82 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"id": "58154341-c094-47ca-b065-30ed8a156b9e",
"data": {
"grid": "standard",
"name": "Web App Reference Architecture",
"text": [],
"edges": [
{
"to": "N2",
"from": "C1",
"type": "edge",
"color": "#000000",
"width": 2,
"dashed": false,
"endCap": "arrow"
},
{
"to": "C2",
"from": "N1",
"type": "edge",
"color": "#000000",
"width": 2,
"dashed": false
},
{
"to": "C1",
"from": "C2",
"type": "edge",
"color": "#000000",
"width": 2,
"dashed": false
}
],
"icons": [],
"nodes": [
{
"id": "N1",
"role": "slave",
"type": "rds",
"engine": "mysql",
"mapPos": [
0.75,
5
],
"region": "us-east-2",
"instanceSize": "large",
"instanceType": "m4"
},
{
"id": "N2",
"role": "master",
"type": "rds",
"engine": "mysql",
"mapPos": [
8,
5
],
"region": "us-east-2",
"instanceSize": "large",
"instanceType": "m4"
}
],
"groups": [],
"images": [],
"linkKey": "m1Z9nRCfFr0sylLbFVLyhg",
"surfaces": [],
"connectors": [
{
"id": "C1",
"type": "connector",
"mapPos": [
4.5,
7
]
},
{
"id": "C2",
"type": "connector",
"mapPos": [
3,
4.75
]
}
],
"disabledLayers": []
},
"readAccess": null,
"writeAccess": null,
"createdAt": "2017-06-10T18:18:18.070Z",
"updatedAt": "2018-05-11T09:32:10.797Z",
"CreatorId": "354474ae-8248-45a8-a1ef-34de7c2a4d47",
"LastUserId": "354474ae-8248-45a8-a1ef-34de7c2a4d47"
}