-
Notifications
You must be signed in to change notification settings - Fork 2
/
web-boost.json
562 lines (562 loc) · 26.7 KB
/
web-boost.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
{
"$": {
"common-js": [
"js/libs/jquery.min.js",
"js/libs/jquery-mailchimp.min.js",
"js/libs/jquery-popup.min.js",
"js/libs/slick-1.6.0.min.js",
"js/libs/session.min.js",
"js/main.js",
"js/ga.js",
"js/mailchimp.js"
],
"common-scss": [
"styles/base.scss",
"styles/main.scss",
"styles/libs/font-awesome.min.css",
"styles/libs/materialdesignicons.min.css",
"styles/libs/slick-1.6.0.min.css",
"styles/libs/slick-theme-1.6.0.min.css"
]
},
"routes": {
"/": {
"view": "index.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/",
"title": "TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/index.min.js": [
"$.common-js"
],
"css/index.min.css": [
"$.common-scss",
"styles/responsive.scss"
]
}
},
"/error/": {
"view": "error.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/error/",
"title": "404 Page Not Found | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/error.min.js": [
"$.common-js"
],
"css/error.min.css": [
"$.common-scss",
"styles/responsive.scss"
]
}
},
"/privacy-policy/": {
"view": "privacy-policy.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/privacy-policy/",
"title": "Privacy Policy | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/privacy-policy.min.js": [
"$.common-js"
],
"css/privacy-policy.min.css": [
"$.common-scss",
"styles/responsive.scss"
]
}
},
"/terms-conditions/": {
"view": "terms-conditions.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/terms-conditions/",
"title": "Terms & Conditions | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/terms-conditions.min.js": [
"$.common-js"
],
"css/terms-conditions.min.css": [
"$.common-scss",
"styles/responsive.scss"
]
}
},
"/what-we-do/": {
"view": "what-we-do.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/what-we-do/",
"title": "What We Do | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/what-we-do.min.js": [
"$.common-js"
],
"css/what-we-do.min.css": [
"$.common-scss",
"styles/page-about.scss",
"styles/what-we-do.scss",
"styles/responsive.scss"
]
}
},
"/how-it-works/": {
"view": "how-it-works.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/how-it-works/",
"title": "How It Works | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/how-it-works.min.js": [
"$.common-js",
"js/carousel.js"
],
"css/how-it-works.min.css": [
"$.common-scss",
"styles/how-it-works.scss",
"styles/responsive.scss"
]
}
},
"/plans-pricing/": {
"view": "plans-pricing.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/plans-pricing/",
"title": "Plans & Pricing | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/plans-pricing.min.js": [
"$.common-js",
"js/carousel.js"
],
"css/plans-pricing.min.css": [
"$.common-scss",
"styles/plans.scss",
"styles/responsive.scss"
]
}
},
"/contact-us/": {
"view": "contact-us.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/contact-us/",
"title": "Contact Us | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/contact-us.min.js": [
"$.common-js"
],
"css/contact-us.min.css": [
"$.common-scss",
"styles/contact.scss",
"styles/responsive.scss"
]
}
},
"/contact-successful/": {
"view": "contact-successful.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/contact-successful/",
"title": "Contact Confirmation | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/contact-successful.min.js": [
"$.common-js",
"js/confirmation.js"
],
"css/contact-successful.min.css": [
"$.common-scss",
"styles/responsive.scss"
]
}
},
"/about-us/": {
"view": "about.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/about-us/",
"title": "About Us | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/page-about.min.js": [
"$.common-js"
],
"css/page-about.min.css": [
"$.common-scss",
"styles/page-about.scss",
"styles/responsive.scss"
]
}
},
"/api/": {
"view": "api.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/api/",
"title": "API | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/page-api.min.js": [
"$.common-js",
"js/api-docs.js",
"js/libs/swagger-ui-bundle.min.js"
],
"css/page-api.min.css": [
"$.common-scss",
"styles/page-api.scss",
"styles/libs/swagger-ui.min.css",
"styles/responsive.scss"
]
}
},
"/docs/": {
"view": "docs.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/docs/",
"title": "Docs | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
},
"assets": {
"js/page-docs.min.js": [
"$.common-js",
"js/libs/flatdoc-0.9.0.min.js",
"js/user-guide.js",
"js//libs/flatdoc.min.js"
],
"css/page-docs.min.css": [
"$.common-scss",
"styles/user-guide.scss",
"styles/responsive-docs.scss",
"styles/responsive.scss"
]
}
},
"/blog/": {
"view": "blog-list.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/",
"image": "https://www.terrahub.io/img/blog/2018-08-12/dashboard.png",
"title": "Our Blog | TerraHub",
"description": "TerraHub ecosystem includes terraform automation and orchestration tool called TerraHub CLI, data and logs management layer called TerraHub API and enterprise friendly GUI to show realtime terraform executions called TerraHub Console.",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-04-01T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "website",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image",
"blogs": [
{
"featured": 1,
"date": "June 17th, 2019",
"image": "https://www.terrahub.io/img/blog/2019-06-17/aws-landing-zone.png",
"href": "https://www.terrahub.io/blog/introducing-programmatic-aws-landing-zone-as-terraform-module/",
"title": "Introducing Programmatic AWS Landing Zone as Terraform Module",
"description": "AWS Landing Zone is a solution that helps customers more quickly set up a secure, multi-account AWS environment based on AWS best practices."
},
{
"featured": 0,
"date": "October 19th, 2018",
"image": "https://www.terrahub.io/img/blog/2018-10-19/build-code-containers-python.png",
"href": "https://www.terrahub.io/blog/terraform-for-serverless-series-enhanced-management-of-aws-fargate-tasks/",
"title": "Terraform for Serverless Series: Enhanced Management of AWS Fargate Tasks",
"description": "According to official website AWS Fargate is a compute engine for Amazon ECS that allows you to run containers without having to manage servers or clusters. In this article I will provide some magic around how to build terraform configurations that provision and deploy serverless containers."
},
{
"featured": 0,
"date": "September 28th, 2018",
"image": "https://www.terrahub.io/img/blog/2018-09-28/build-code-terraform-bash.png",
"href": "https://www.terrahub.io/blog/terraform-for-serverless-series-enhanced-management-of-amazon-s3-websites/",
"title": "Terraform for Serverless Series: Enhanced Management of Amazon S3 Websites",
"description": "Last week I started working on a new series of stories focused on terraform for serverless. Today I would like to double down on this approach and describe in details how our team provisions and deploys Amazon S3 with website hosting feature for static web pages or single page applications."
},
{
"featured": 0,
"date": "September 19th, 2018",
"image": "https://www.terrahub.io/img/blog/2018-09-19/build-code-nodejs-javascript.png",
"href": "https://www.terrahub.io/blog/terraform-for-serverless-series-enhanced-management-of-aws-lambda-functions/",
"title": "Terraform for Serverless Series: Enhanced Management of AWS Lambda Functions",
"description": "I quickly became fascinated by terraform's simplicity and ease of use. As an engineer, you can tell when a tool just works"
},
{
"featured": 0,
"date": "September 10th, 2018",
"image": "https://www.terrahub.io/img/blog/2018-09-10/serverless_computing.png",
"href": "https://www.terrahub.io/blog/terrahub-io-serverless-computing-london/",
"title": "TerraHub.io - Serverless Computing London: Time To Make Terraform Serverless Friendly",
"description": "I would like to invite you to argue with me (or against me) that it is time to make terraform serverless friendly"
},
{
"featured": 0,
"date": "September 4th, 2018",
"image": "https://www.terrahub.io/img/blog/2018-09-04/terrahub-cli.png",
"href": "https://www.terrahub.io/blog/terrahub-cli-is-open-source-and-free-forever/",
"title": "TerraHub CLI is Open Source and Free Forever",
"description": "TerraHub is a terraform centric devops tool that simplifies provisioning and management at scale of cloud resources and cloud services across multiple cloud accounts"
},
{
"featured": 3,
"date": "August 27th, 2018",
"image": "https://www.terrahub.io/img/blog/2018-08-27/terrahub-io-serverless-architecture-in-action.png",
"href": "https://www.terrahub.io/blog/terrahub-io-serverless-architecture-in-action/",
"title": "TerraHub.io Serverless Architecture in Action",
"description": "When we started working on TerraHub CLI, our initial goal was to automate terraform execution and allow customer to trigger runs in self-service mode, as part of their existing GitHub and Jenkins pipelines"
},
{
"featured": 2,
"date": "August 12th, 2018",
"image": "https://www.terrahub.io/img/blog/2018-08-12/dashboard.png",
"href": "https://www.terrahub.io/blog/introducing-terrahub-io-devops-hub-for-terraform/",
"title": "Introducing TerraHub.io — DevOps Hub for Terraform",
"description": "Over the last couple of months we have been working with several customers to reduce the development burden of terraform configuration and simplify the operational complexity of terraform automated workflows"
}
]
},
"assets": {
"js/blog.min.js": [
"$.common-js",
"js/libs/highlight.pack.min.js",
"js/blog.js"
],
"css/blog.min.css": [
"$.common-scss",
"styles/libs/github.min.css",
"styles/blog.scss",
"styles/post.scss",
"styles/responsive.scss"
]
}
},
"/blog/introducing-terrahub-io-devops-hub-for-terraform/": {
"view": "blog-post/introducing-terrahub-io-devops-hub-for-terraform.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/introducing-terrahub-io-devops-hub-for-terraform/",
"image": "https://www.terrahub.io/img/blog/2018-08-12/dashboard.png",
"title": "Introducing TerraHub.io — DevOps Hub for Terraform",
"description": "Aug 12th, 2018 | 4 min read | Over the last couple of months we have been working with several customers to reduce the development burden of terraform configuration and simplify the operational complexity of terraform automated workflows",
"read_time": "4 min read",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-08-12T12:34:56.789Z",
"fb_brand": "TerraHub",
"tb_type": "article",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
}
},
"/blog/terrahub-io-serverless-architecture-in-action/": {
"view": "blog-post/terrahub-io-serverless-architecture-in-action.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/terrahub-io-serverless-architecture-in-action/",
"image": "https://www.terrahub.io/img/blog/2018-08-27/terrahub-io-serverless-architecture-in-action.png",
"title": "TerraHub.io Serverless Architecture in Action",
"description": "Aug 27th, 2018 | 5 min read | When we started working on TerraHub CLI, our initial goal was to automate terraform execution and allow customer to trigger runs in self-service mode, as part of their existing GitHub and Jenkins pipelines",
"read_time": "5 min read",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-08-27T12:34:56.789Z",
"fb_brand": "TerraHub",
"tb_type": "article",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
}
},
"/blog/terrahub-cli-is-open-source-and-free-forever/": {
"view": "blog-post/terrahub-cli-is-open-source-and-free-forever.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/terrahub-cli-is-open-source-and-free-forever/",
"image": "https://www.terrahub.io/img/blog/2018-09-04/terrahub-cli.png",
"title": "TerraHub CLI is Open Source and Free Forever",
"description": "Sep 4th, 2018 | 3 min read | TerraHub is a terraform centric devops tool that simplifies provisioning and management at scale of cloud resources and cloud services...",
"read_time": "3 min read",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-09-04T12:34:56.789Z",
"fb_brand": "TerraHub",
"tb_type": "article",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
}
},
"/blog/terrahub-io-serverless-computing-london/": {
"view": "blog-post/terrahub-io-serverless-computing-london.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/terrahub-io-serverless-computing-london/",
"image": "https://www.terrahub.io/img/blog/2018-09-10/serverless_computing.png",
"title": "TerraHub.io @ Serverless Computing London: Time To Make Terraform Serverless Friendly",
"description": "Sep 10th, 2018 | 4 min read | In two months, I will be joining my peers at Serverless Computing London conference and discussing several topics dear to my engineering heart — Terraform and Serverless. Terraform is highly...",
"read_time": "4 min read",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-09-10T12:34:56.789Z",
"fb_brand": "TerraHub",
"tb_type": "article",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
}
},
"/blog/terraform-for-serverless-series-enhanced-management-of-aws-lambda-functions/": {
"view": "blog-post/terraform-for-serverless-series-enhanced-management-of-aws-lambda-functions.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/terraform-for-serverless-series-enhanced-management-of-aws-lambda-functions/",
"image": "https://www.terrahub.io/img/blog/2018-09-19/build-code-nodejs-javascript.png",
"title": "Terraform for Serverless Series: Enhanced Management of AWS Lambda Functions",
"description": "Sep 19th, 2018 | 5 min read | I quickly became fascinated by terraform's simplicity and ease of use. As an engineer, you can tell when a tool just works. This reliability and trust in positive results makes it indispensable. And...",
"read_time": "5 min read",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-09-19T12:34:56.789Z",
"fb_brand": "TerraHub",
"tb_type": "article",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
}
},
"/blog/terraform-for-serverless-series-enhanced-management-of-amazon-s3-websites/": {
"view": "blog-post/terraform-for-serverless-series-enhanced-management-of-amazon-s3-websites.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/terraform-for-serverless-series-enhanced-management-of-amazon-s3-websites/",
"image": "https://www.terrahub.io/img/blog/2018-09-28/build-code-terraform-bash.png",
"title": "Terraform for Serverless Series: Enhanced Management of Amazon S3 Websites",
"description": "Sep 28th, 2018 | 5 min read | Last week I started working on a new series of stories focused on terraform for serverless. Today I would like to double down on this approach and describe in details how our team provisions and deploys Amazon S3 with website hosting feature for static web pages or single page applications.",
"read_time": "5 min read",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-09-29T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "article",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
}
},
"/blog/terraform-for-serverless-series-enhanced-management-of-aws-fargate-tasks/": {
"view": "blog-post/terraform-for-serverless-series-enhanced-management-of-aws-fargate-tasks.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/terraform-for-serverless-series-enhanced-management-of-aws-fargate-tasks/",
"image": "https://www.terrahub.io/img/blog/2018-10-19/build-code-containers-python.png",
"title": "Terraform for Serverless Series: Enhanced Management of AWS Fargate Tasks",
"description": "Oct 19th, 2018 | 5 min read | According to official website AWS Fargate is a compute engine for Amazon ECS that allows you to run containers without having to manage servers or clusters. In this article I will provide some magic around how to build terraform configurations that provision and deploy serverless containers.",
"read_time": "5 min read",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2018-10-19T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "article",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
}
},
"/blog/introducing-programmatic-aws-landing-zone-as-terraform-module/": {
"view": "blog-post/introducing-programmatic-aws-landing-zone-as-terraform-module.twig",
"vars": {
"author": "https://twitter.com/@eistrati",
"href": "https://www.terrahub.io/blog/introducing-programmatic-aws-landing-zone-as-terraform-module/",
"image": "https://www.terrahub.io/img/blog/2019-06-17/aws-landing-zone.png",
"title": "Introducing Programmatic AWS Landing Zone as Terraform Module",
"description": "Jun 17th, 2019 | 4 min read | AWS Landing Zone is a solution that helps customers more quickly set up a secure, multi-account AWS environment based on AWS best practices.",
"read_time": "4 min read",
"publisher": "https://www.facebook.com/TerraHubCorp",
"timestamp": "2019-06-17T12:34:56.789Z",
"fb_brand": "TerraHub",
"fb_type": "article",
"tw_handle": "@TerraHubCorp",
"tw_type": "summary_large_image"
}
}
}
}