From 0c790bbdae2755262293dc361ee37b8d7f29b6c1 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 15 Nov 2020 21:59:38 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e15d8c2..39ec100 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,18 @@ faasd does not create the same maintenance burden you'll find with maintaining, ## Tutorials -### Get started on DigitalOcean, or any other IaaS - -If your IaaS supports `user_data` aka "cloud-init", then this guide is for you. If not, then checkout the approach and feel free to run each step manually. - -* [Build a Serverless appliance with faasd](https://blog.alexellis.io/deploy-serverless-faasd-with-cloud-init/) - ### Run locally on MacOS, Linux, or Windows with multipass * [Get up and running with your own faasd installation on your Mac/Ubuntu or Windows with cloud-config](/docs/MULTIPASS.md) +### DigitalOcean tutorial with Terraform and TLS + +The terraform can be adapted for any IaaS provider: + +* [Bring a lightweight Serverless experience to DigitalOcean with Terraform and faasd](https://www.openfaas.com/blog/faasd-tls-terraform/) + +See also: [Build a Serverless appliance with faasd and cloud-init](https://blog.alexellis.io/deploy-serverless-faasd-with-cloud-init/) + ### Get started on armhf / Raspberry Pi You can run this tutorial on your Raspberry Pi, or adapt the steps for a regular Linux VM/VPS host.