{"id":22479131,"url":"https://github.com/jsiebens/terraform-scaleway-faasd","last_synced_at":"2025-03-27T18:24:40.651Z","repository":{"id":79481938,"uuid":"452255045","full_name":"jsiebens/terraform-scaleway-faasd","owner":"jsiebens","description":"Terraform Module for how to deploy a faasd instance on Scaleway","archived":false,"fork":false,"pushed_at":"2022-05-18T13:53:35.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T21:28:24.549Z","etag":null,"topics":["faasd","openfaas","scaleway","serverless","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsiebens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-26T11:48:58.000Z","updated_at":"2024-10-01T20:15:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"f721e2cb-b7cf-4113-9f89-62056386ea0d","html_url":"https://github.com/jsiebens/terraform-scaleway-faasd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsiebens%2Fterraform-scaleway-faasd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsiebens%2Fterraform-scaleway-faasd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsiebens%2Fterraform-scaleway-faasd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsiebens%2Fterraform-scaleway-faasd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsiebens","download_url":"https://codeload.github.com/jsiebens/terraform-scaleway-faasd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245899756,"owners_count":20690740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["faasd","openfaas","scaleway","serverless","terraform","terraform-module"],"created_at":"2024-12-06T15:13:09.759Z","updated_at":"2025-03-27T18:24:40.643Z","avatar_url":"https://github.com/jsiebens.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# faasd for Scaleway\n\nThis repo contains a Terraform Module for how to deploy a [faasd](https://github.com/openfaas/faasd) instance on\n[Scaleway](https://scaleway.com/) using [Terraform](https://www.terraform.io/).\n\n__faasd__, a lightweight \u0026 portable faas engine, is [OpenFaaS](https://github.com/openfaas/) reimagined, but without the cost and complexity of Kubernetes. It runs on a single host with very modest requirements, making it fast and easy to manage. Under the hood it uses [containerd](https://containerd.io/) and [Container Networking Interface (CNI)](https://github.com/containernetworking/cni) along with the same core OpenFaaS components from the main project.\n\n## What's a Terraform Module?\n\nA Terraform Module refers to a self-contained packages of Terraform configurations that are managed as a group. This repo\nis a Terraform Module and contains many \"submodules\" which can be composed together to create useful infrastructure patterns.\n\n## How do you use this module?\n\nThis repository defines a [Terraform module](https://www.terraform.io/docs/modules/usage.html), which you can use in your\ncode by adding a `module` configuration and setting its `source` parameter to URL of this repository:\n\n```hcl\nvariable \"project_id\" {\n  type = string\n}\n\nvariable \"zone\" {\n  type = string\n}\n\nmodule \"faasd\" {\n  source     = \"github.com/jsiebens/terraform-scaleway-faasd\"\n  name       = \"faasd\"\n  project_id = var.project_id\n  zone       = var.zone\n}\n```\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e= 1.0.0 |\n| random | \u003e= 3.1.0 |\n| scaleway | \u003e= 2.2.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| random | \u003e= 3.1.0 |\n| scaleway | \u003e= 2.2.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [random_password.faasd](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password) | resource |\n| [scaleway_instance_ip.faasd](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_ip) | resource |\n| [scaleway_instance_security_group.faasd](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_security_group) | resource |\n| [scaleway_instance_server.faasd](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_server) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| basic\\_auth\\_password | The basic auth password, if left empty, a random password is generated. | `string` | `null` | no |\n| basic\\_auth\\_user | The basic auth user name. | `string` | `\"admin\"` | no |\n| domain | A public domain for the faasd instance. This will the use of Caddy and a Let's Encrypt certificate | `string` | `\"\"` | no |\n| email | Email used to order a certificate from Let's Encrypt | `string` | `\"\"` | no |\n| name | The name of the faasd instance. All resources will be namespaced by this value. | `string` | n/a | yes |\n| project\\_id | n/a | `string` | n/a | yes |\n| type | n/a | `string` | `\"DEV1-S\"` | no |\n| zone | n/a | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| basic\\_auth\\_password | The basic auth password. |\n| basic\\_auth\\_user | The basic auth user name. |\n| gateway\\_url | The url of the faasd gateway |\n| ipv4\\_address | The public IP address of the faasd instance |\n\u003c!-- END_TF_DOCS --\u003e\n\n## See Also\n\n- [faasd on Amazon Web Services with Terraform](https://github.com/jsiebens/terraform-aws-faasd)\n- [faasd on Google Cloud Platform with Terraform](https://github.com/jsiebens/terraform-google-faasd)\n- [faasd on Microsoft Azure with Terraform](https://github.com/jsiebens/terraform-azurerm-faasd)\n- [faasd on DigitalOcean with Terraform](https://github.com/jsiebens/terraform-digitalocean-faasd)\n- [faasd on Equinix Metal with Terraform](https://github.com/jsiebens/terraform-equinix-faasd)\n- [faasd on Scaleway with Terraform](https://github.com/jsiebens/terraform-scaleway-faasd)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsiebens%2Fterraform-scaleway-faasd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsiebens%2Fterraform-scaleway-faasd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsiebens%2Fterraform-scaleway-faasd/lists"}