{"id":20761323,"url":"https://github.com/philips-labs/terraform-cloudfoundry-siderite-backend","last_synced_at":"2025-06-10T13:03:06.144Z","repository":{"id":37965323,"uuid":"348468306","full_name":"philips-labs/terraform-cloudfoundry-siderite-backend","owner":"philips-labs","description":"Siderite backend for hsdp_function resource ","archived":false,"fork":false,"pushed_at":"2024-04-24T12:02:34.000Z","size":84,"stargazers_count":1,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-08T21:02:16.626Z","etag":null,"topics":["function-as-a-service","hsdp","lambda","terraform"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/philips-labs/siderite-backend/cloudfoundry/latest","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/philips-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2021-03-16T19:29:23.000Z","updated_at":"2024-04-24T12:02:38.000Z","dependencies_parsed_at":"2024-04-24T13:31:46.493Z","dependency_job_id":"a4df9acc-aaed-4043-a222-d4312d9867c8","html_url":"https://github.com/philips-labs/terraform-cloudfoundry-siderite-backend","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-cloudfoundry-siderite-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-cloudfoundry-siderite-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-cloudfoundry-siderite-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-cloudfoundry-siderite-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-labs","download_url":"https://codeload.github.com/philips-labs/terraform-cloudfoundry-siderite-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-cloudfoundry-siderite-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259080939,"owners_count":22802393,"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":["function-as-a-service","hsdp","lambda","terraform"],"created_at":"2024-11-17T10:18:57.331Z","updated_at":"2025-06-10T13:03:06.106Z","avatar_url":"https://github.com/philips-labs.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-cloudfoundry-siderite-backend\n\nModule to deploy a Siderite backend for `hsdp_function` resource. The module is still evolving and getting\nnew features. Be sure to follow the releases closely as we work towards the `1.0.0` release.\n\n## Disclaimer\n\n\u003e [!Important]\n\u003e This repository is managed as Philips Inner-source / Open-source.\n\u003e This repository is NOT endorsed or supported by HSSA\u0026P or I\u0026S Cloud Operations. \n\u003e You are expected to self-support or raise tickets on the Github project and NOT raise tickets in HSP ServiceNow. \n\n\u003c!--- BEGIN_TF_DOCS ---\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e= 0.13.0 |\n| cloudfoundry | \u003e= 0.14.1 |\n| hsdp | \u003e= 0.20.5 |\n| random | \u003e= 2.2.1 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| cloudfoundry | \u003e= 0.14.1 |\n| hsdp | \u003e= 0.20.5 |\n| random | \u003e= 2.2.1 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| validate_space_variables | ./modules/validate_space_variables |  |\n\n## Resources\n\n| Name |\n|------|\n| [cloudfoundry_app](https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs/resources/app) |\n| [cloudfoundry_domain](https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs/data-sources/domain) |\n| [cloudfoundry_org](https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs/data-sources/org) |\n| [cloudfoundry_route](https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs/resources/route) |\n| [cloudfoundry_service](https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs/data-sources/service) |\n| [cloudfoundry_service_instance](https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs/resources/service_instance) |\n| [cloudfoundry_service_key](https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs/resources/service_key) |\n| [cloudfoundry_space](https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs/data-sources/space) |\n| [hsdp_config](https://registry.terraform.io/providers/philips-software/hsdp/latest/docs/data-sources/config) |\n| [random_id](https://registry.terraform.io/providers/random/latest/docs/resources/id) |\n| [random_password](https://registry.terraform.io/providers/random/latest/docs/resources/password) |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| auth\\_iam\\_client\\_id | The IAN OAuth2 client ID | `string` | `\"\"` | no |\n| auth\\_iam\\_client\\_secret | The IAM OAuth2 client secret | `string` | `\"\"` | no |\n| auth\\_iam\\_environment | IAM environment | `string` | `\"client-test\"` | no |\n| auth\\_iam\\_orgs | List of IAM ORG IDs to allow | `list(string)` | `[]` | no |\n| auth\\_iam\\_region | IAM region | `string` | `\"us-east\"` | no |\n| auth\\_iam\\_roles | The roles within the IAM ORG that grants access | `list(string)` | `[]` | no |\n| base\\_url | base URL for iron service | `string` | `\"\"` | no |\n| cf\\_org\\_name | Cloudfoundry ORG name to use for reverse proxy | `string` | n/a | yes |\n| cf\\_space\\_id | The space GUID where to deploy components | `string` | `\"\"` | no |\n| cf\\_space\\_name | The spce name where to deploy components | `string` | `\"\"` | no |\n| docker\\_password | Docker registry password | `string` | `\"\"` | no |\n| docker\\_username | Docker registry username | `string` | `\"\"` | no |\n| enable\\_gateway | Enable a gateway endpoint so you can trigger functions through HTTPS | `bool` | `true` | no |\n| environment | Pass environment variable to the app | `map(any)` | `{}` | no |\n| function\\_gateway\\_image | Image to use for Function Gateway app. Use a v* tagged version to prevent automatic updates | `string` | `\"philipslabs/hsdp-func-gateway:v1.0.0\"` | no |\n| gateway\\_auth\\_type | Enable authorization for endpoints on the gateway. Supported types: ['none', 'token', 'iam'] | `string` | `\"token\"` | no |\n| gateway\\_disk\\_quota | Gateway disk quota | `number` | `1024` | no |\n| gateway\\_memory | Gateway memory | `number` | `64` | no |\n| iron\\_credentials | Iron Service credentials | `map(any)` | `{}` | no |\n| iron\\_plan | The Iron plan to use | `string` | `\"dev-large-encrypted\"` | no |\n| name\\_postfix | The postfix string to append to the space, hostname, etc. Prevents namespace clashes | `string` | `\"\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| api\\_endpoint | The API endpoint of the gateway (when enabled) |\n| auth\\_type | The API gateway auth type |\n| credentials | Siderite credentials |\n| token | The authentication token for the gateway |\n\n\u003c!--- END_TF_DOCS ---\u003e\n\n# Contact / Getting help\n\nPlease post your questions on the HSDP Slack `#terraform` channel\n\n# License\n[License](./LICENSE.md) is MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-labs%2Fterraform-cloudfoundry-siderite-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilips-labs%2Fterraform-cloudfoundry-siderite-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-labs%2Fterraform-cloudfoundry-siderite-backend/lists"}