{"id":28923745,"url":"https://github.com/meshcloud/terraform-cloudfoundry-meshplatform","last_synced_at":"2026-02-02T14:36:00.480Z","repository":{"id":227285993,"uuid":"770909913","full_name":"meshcloud/terraform-cloudfoundry-meshplatform","owner":"meshcloud","description":"Terraform module to integrate Cloud Foundry as a meshPlatform","archived":false,"fork":false,"pushed_at":"2024-03-18T14:05:34.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-01T06:46:52.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meshcloud.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}},"created_at":"2024-03-12T11:26:43.000Z","updated_at":"2024-03-12T13:49:48.000Z","dependencies_parsed_at":"2024-03-12T15:28:54.381Z","dependency_job_id":"18a85d3c-cad9-4230-b01a-712f413e19a6","html_url":"https://github.com/meshcloud/terraform-cloudfoundry-meshplatform","commit_stats":null,"previous_names":["meshcloud/terraform-cloudfoundry-meshplatform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meshcloud/terraform-cloudfoundry-meshplatform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-cloudfoundry-meshplatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-cloudfoundry-meshplatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-cloudfoundry-meshplatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-cloudfoundry-meshplatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meshcloud","download_url":"https://codeload.github.com/meshcloud/terraform-cloudfoundry-meshplatform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-cloudfoundry-meshplatform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29013087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-06-22T09:40:18.903Z","updated_at":"2026-02-02T14:36:00.460Z","avatar_url":"https://github.com/meshcloud.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Foundry meshPlatform Module\n\nTerraform module to integrate Cloud Foundry as a meshPlatform into meshStack instance. With this module, cloud foundry users used by meshStack are created with the required permissions. The output of this module is a set of credentials that need to be configured in meshStack as described in [meshcloud public docs](https://docs.meshcloud.io/docs/meshstack.how-to.integrate-meshplatform.html).\n\n## Prerequisites\n\nTo run this module, you need to use cloud foundry admin user and UAA admin client.\n\nYou can create an admin user with [UAA CLI](https://docs.cloudfoundry.org/uaa/uaa-user-management.html#creating-admin-users).\n\n## How to Use This Module\n\n1. [Install Terraform](https://developer.hashicorp.com/terraform/install)\n2. Create a file structure as shown in [Example Usages](#example-usages)\n3. Once resources are created via `terraform init` and `terraform apply`, use `terraform output -json` to view the generated passwords of replicator and metering (if none were provided as inputs)\n4. Copy the usernames/passwords into your Cloud Foundry meshplatform configuration\n\n## Example Usages\n\nCheck [examples](./examples/) for different use cases. As a quick start we recommend using [basic-integration](./examples/basic-integration) example.\n\n## Contributing Guide\n\nBefore opening a Pull Request, we recommend following the below steps to get a faster approval:\n\n1. Install [pre-commit](https://pre-commit.com/#install)\n\n   We use pre-commit to perform several terraform related tasks such as `terraform validate`, `terraform fmt`, and generating terraform docs with `terraform_docs`\n\n2. Execute `pre-commit install`: Hooks configured in `.pre-commit-config.yaml` will be executed automatically on commit. For manual execution, you can use `pre-commit run -a`.\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_cloudfoundry\"\u003e\u003c/a\u003e [cloudfoundry](#requirement\\_cloudfoundry) | 0.53.1 |\n\n## Providers\n\nNo providers.\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_metering\"\u003e\u003c/a\u003e [metering](#module\\_metering) | ./modules/metering | n/a |\n| \u003ca name=\"module_replicator\"\u003e\u003c/a\u003e [replicator](#module\\_replicator) | ./modules/replicator | n/a |\n\n## Resources\n\nNo resources.\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_metering_password\"\u003e\u003c/a\u003e [metering\\_password](#input\\_metering\\_password) | Password of the metering service user. A random password is generated if omitted. | `string` | `\"thisvalueisnotactuallyused\"` | no |\n| \u003ca name=\"input_metering_username\"\u003e\u003c/a\u003e [metering\\_username](#input\\_metering\\_username) | Username of the service user used in Metering Configuration in meshStack. | `string` | `\"meshcloud-metering\"` | no |\n| \u003ca name=\"input_replicator_password\"\u003e\u003c/a\u003e [replicator\\_password](#input\\_replicator\\_password) | Password of the replicator service user. A random password is generated if omitted. | `string` | `\"thisvalueisnotactuallyused\"` | no |\n| \u003ca name=\"input_replicator_username\"\u003e\u003c/a\u003e [replicator\\_username](#input\\_replicator\\_username) | Username of the service user used in Replication Configuration in meshStack. | `string` | `\"meshcloud-replicator\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_metering_password\"\u003e\u003c/a\u003e [metering\\_password](#output\\_metering\\_password) | n/a |\n| \u003ca name=\"output_metering_username\"\u003e\u003c/a\u003e [metering\\_username](#output\\_metering\\_username) | n/a |\n| \u003ca name=\"output_replicator_password\"\u003e\u003c/a\u003e [replicator\\_password](#output\\_replicator\\_password) | n/a |\n| \u003ca name=\"output_replicator_username\"\u003e\u003c/a\u003e [replicator\\_username](#output\\_replicator\\_username) | n/a |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshcloud%2Fterraform-cloudfoundry-meshplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeshcloud%2Fterraform-cloudfoundry-meshplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshcloud%2Fterraform-cloudfoundry-meshplatform/lists"}