From 6d297a96d668ea558775a078aca9ab3dc110e62c Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Thu, 12 May 2022 09:39:22 +0200 Subject: [PATCH] Track community terraform modules for faasd Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- docs/TERRAFORM.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/TERRAFORM.md diff --git a/docs/TERRAFORM.md b/docs/TERRAFORM.md new file mode 100644 index 0000000..698d04b --- /dev/null +++ b/docs/TERRAFORM.md @@ -0,0 +1,14 @@ +# Terraform Modules for faasd + +| Terraform Module | Author | Origin | Status | +|-----------|--------|--------|--------| +| [faasd on DigitalOcean](https://github.com/openfaas/faasd/tree/master/docs/bootstrap/digitalocean-terraform) | OpenFaaS | Official | Active | +| [faasd on DigitalOcean](https://github.com/jsiebens/terraform-digitalocean-faasd) | Johan Siebens | Community | Active | +| [faasd on Google Cloud Platform](https://github.com/jsiebens/terraform-google-faasd) | Johan Siebens | Community | Active | +| [faasd on Microsoft Azure ](https://github.com/jsiebens/terraform-azurerm-faasd) | Johan Siebens | Community | Active | +| [faasd on Equinix Metal](https://github.com/jsiebens/terraform-equinix-faasd) | Johan Siebens | Community | Active | +| [faasd on Scaleway](https://github.com/jsiebens/terraform-scaleway-faasd) | Johan Siebens | Community | Active | +| [faasd on Amazon Web Services](https://github.com/jsiebens/terraform-aws-faasd) |Johan Siebens | Community | Active | +| [faasd on Linode](https://github.com/itTrident/terraform-linode-faasd) | itTrident | Community | Active | +| [faasd on Vultr](https://github.com/itTrident/terraform-vultr-faasd) | itTrident | Community | Active | +| [faasd on Exoscale](https://github.com/itTrident/terraform-exoscale-faasd) | itTrident | Community | Active |