{"id":15097716,"url":"https://github.com/sap/terraform-provider-cloudfoundry","last_synced_at":"2025-10-19T18:31:15.566Z","repository":{"id":236043227,"uuid":"727714732","full_name":"SAP/terraform-provider-cloudfoundry","owner":"SAP","description":"Terraform Provider for Cloud Foundry","archived":true,"fork":false,"pushed_at":"2024-11-08T12:21:51.000Z","size":15776,"stargazers_count":14,"open_issues_count":5,"forks_count":3,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-01-31T10:13:34.522Z","etag":null,"topics":["cloud-foundry","cloudfoundry","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/SAP/cloudfoundry/latest","language":"Go","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/SAP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-12-05T12:31:57.000Z","updated_at":"2024-11-13T10:23:12.000Z","dependencies_parsed_at":"2024-12-20T21:03:19.395Z","dependency_job_id":"b1469131-cbba-425f-b523-d75e06aa8c5f","html_url":"https://github.com/SAP/terraform-provider-cloudfoundry","commit_stats":null,"previous_names":["sap/terraform-provider-cloudfoundry"],"tags_count":5,"template":false,"template_full_name":"SAP/repository-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fterraform-provider-cloudfoundry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fterraform-provider-cloudfoundry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fterraform-provider-cloudfoundry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fterraform-provider-cloudfoundry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP","download_url":"https://codeload.github.com/SAP/terraform-provider-cloudfoundry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237191533,"owners_count":19269723,"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":["cloud-foundry","cloudfoundry","terraform","terraform-provider"],"created_at":"2024-09-25T16:25:04.713Z","updated_at":"2025-10-19T18:31:08.794Z","avatar_url":"https://github.com/SAP.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider for Cloud Foundry\n\n![Golang](https://img.shields.io/badge/Go-1.22-informational)\n[![REUSE status](https://api.reuse.software/badge/github.com/SAP/terraform-provider-cloudfoundry)](https://api.reuse.software/info/github.com/SAP/terraform-provider-cloudfoundry)\n\n## This provider is deprecated and no longer maintained!\n\nWe have moved the Terraform Provider for Cloud Foundry to the [Cloud Foundry Foundation](https://github.com/cloudfoundry/terraform-provider-cloudfoundry).\n\u003c/br\u003e\u003c/br\u003eGoing forward, we recommend users to switch to the Terraform Provider for Cloud Foundry which is now officially released from the Cloud Foundry Foundation [registry](https://registry.terraform.io/providers/cloudfoundry/cloudfoundry/latest). It is a drop in replacement for this provider and has been released as GA there.\n\u003c/br\u003e\u003c/br\u003eAll active development will be continued in the Cloud Foundry Foundation Repo henceforth.\n\u003c/br\u003ePlease use the new repository to create issues and participate in discussions and the new registry for documentation.\n\n\n## About This Project\n\nThe Terraform provider for [Cloud Foundry](https://www.cloudfoundry.org/) allows the management of resources via [Terraform](https://terraform.io/).\n\nThis provider makes use of the [go-cfclient](https://github.com/cloudfoundry/go-cfclient) to interact with the Cloud Foundry Cloud Controller [v3 APIs](https://v3-apidocs.cloudfoundry.org/version/3.159.0/index.html) and take advantages of the same. Additionally, the [v2 APIs are deprecated](https://apidocs.cloudfoundry.org/16.22.0/).\n\nYou can find usage examples in the [examples folder](examples/) of this repository.\n\nCheck the [Authentication](/Authentication.md) documentation for supported approaches.\n\n## Developing \u0026 Contributing to the Provider\n\nThe [developer documentation](DEVELOPER.md) file is a basic outline on how to build and develop the provider. \n\nFor more information about how to contribute, the project structure, and additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Prerequisites and Usage of the Provider\n\nFor the best experience using the Terraform Provider for Cloud Foundry, we recommend applying the common best practices for Terraform adoption as described in the [Hashicorp documentation](https://developer.hashicorp.com/well-architected-framework/operational-excellence/operational-excellence-terraform-maturity). For migrating usage from the existing [cloudfoundry-community](https://github.com/cloudfoundry-community/terraform-provider-cloudfoundry) provider to this provider, refer to our [migration-guide](./migration-guide/Readme.md).\n\n## Support and Feedback\n\n❓ - If you have a *question* you can ask it here in the [GitHub Discussions](https://github.com/SAP/terraform-provider-cloudfoundry/discussions/).\n\n🐞 - If you find a bug, feel free to create a [bug report](https://github.com/SAP/terraform-provider-cloudfoundry/issues/new?assignees=\u0026labels=bug%2Cneeds-triage\u0026projects=\u0026template=bug_report.yml\u0026title=%5BBUG%5D).\n\n💡 - If you have an idea for improvement or a feature request, please open a [feature request](https://github.com/SAP/terraform-provider-cloudfoundry/issues/new?assignees=\u0026labels=enhancement%2Cneeds-triage\u0026projects=\u0026template=feature_request.yml\u0026title=%5BFEATURE%5D).\n\n## Security / Disclosure\n\nIf you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/terraform-provider-cloudfoundry/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.\n\n## Code of Conduct\n\nMembers, contributors, and leaders pledge to make participation in our community a harassment-free experience. By participating in this project, you agree to always abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md).\n\n## Licensing\n\nCopyright 2024 SAP SE or an SAP affiliate company and `terraform-provider-cloudfoundry` contributors. See our [LICENSE](LICENSE) for copyright and license information. Detailed information, including third-party components and their licensing/copyright information, is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/terraform-provider-cloudfoundry).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fterraform-provider-cloudfoundry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsap%2Fterraform-provider-cloudfoundry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fterraform-provider-cloudfoundry/lists"}