Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap/terraform-provider-btp
Terraform provider for SAP BTP
https://github.com/sap/terraform-provider-btp
sap-btp terraform terraform-provider
Last synced: 2 days ago
JSON representation
Terraform provider for SAP BTP
- Host: GitHub
- URL: https://github.com/sap/terraform-provider-btp
- Owner: SAP
- License: apache-2.0
- Created: 2023-03-24T17:11:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T09:35:07.000Z (5 days ago)
- Last Synced: 2024-12-19T10:37:32.553Z (5 days ago)
- Topics: sap-btp, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/SAP/btp/latest
- Size: 15.3 MB
- Stars: 92
- Watchers: 8
- Forks: 18
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Provider for SAP BTP
![Golang](https://img.shields.io/badge/Go-1.23-informational)
[![Go Report Card](https://goreportcard.com/badge/github.com/SAP/terraform-provider-btp)](https://goreportcard.com/report/github.com/SAP/terraform-provider-btp)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=SAP_terraform-provider-btp&metric=coverage)](https://sonarcloud.io/summary/new_code?id=SAP_terraform-provider-btp)
[![CodeQL](https://github.com/SAP/terraform-provider-btp/actions/workflows/codeql.yml/badge.svg)](https://github.com/SAP/terraform-provider-btp/actions/workflows/codeql.yml)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/terraform-provider-btp)](https://api.reuse.software/info/github.com/SAP/terraform-provider-btp)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7484/badge)](https://bestpractices.coreinfrastructure.org/projects/7484)## About This Project
The Terraform provider for SAP BTP allows the management of resources on the [SAP Business Technology Platform](https://www.sap.com/products/technology-platform.html) via [Terraform](https://terraform.io/).
You will find the detailed information about the [provider](https://registry.terraform.io/browse/providers) in the official [documentation](https://registry.terraform.io/browse/providers) in the [Terraform registry](https://registry.terraform.io/).
You find usage examples in the [examples folder](./examples/) of this repository.
## Usage of the Provider
Refer to the [Quick Start Guide](./guides/QUICKSTART.md) for instructions to efficiently begin utilizing the Terraform Provider for BTP. For the best experience using the Terraform Provider for SAP BTP, 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).
## Developing & Contributing to the Provider
The [developer documentation](DEVELOPER.md) file is a basic outline on how to build and develop the provider.
## Support, Feedback, Contributing
❓ - If you have a *question* you can ask it here in [GitHub Discussions](https://github.com/SAP/terraform-provider-btp/discussions/) or in the [SAP Community](https://answers.sap.com/questions/ask.html).
🐞 - If you find a bug, feel free to create a [bug report](https://github.com/SAP/terraform-provider-btp/issues/new?assignees=&labels=bug%2Cneeds-triage&projects=&template=bug_report.yml&title=%5BBUG%5D).
💡 - If you have an idea for improvement or a feature request, please open a [feature request](https://github.com/SAP/terraform-provider-btp/issues/new?assignees=&labels=enhancement%2Cneeds-triage&projects=&template=feature_request.yml&title=%5BFEATURE%5D).
For more information about how to contribute, the project structure, and additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
> **Note**: We take Terraform's security and our users' trust seriously. If you believe you have found a security issue in the Terraform provider for SAP BTP, please responsibly disclose it. You find more details on the process in [our security policy](https://github.com/SAP/terraform-provider-btp/security/policy).
## Code of Conduct
Members, 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).
## Licensing
Copyright 2024 SAP SE or an SAP affiliate company and `terraform-provider-btp` 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-btp).
## OpenTofu Compatibility
The Terraform Provider for SAP BTP supports [OpenTofu](https://opentofu.org/) under the following conditions:
1. **Drop-In Replacement**: The provider can be used with [OpenTofu CLI](https://opentofu.org/docs/cli/) as a direct replacement for [HashiCorp Terraform CLI](https://developer.hashicorp.com/terraform/cli) without modifications.
2. **Feature Limitations**: The provider does not support OpenTofu specific features or functions outside the standard Terraform functionality.
3. **Issue Reporting**: Any issues reported for the Terraform Provider for SAP BTP will only be addressed if they are reproducible using the Terraform CLI.## Additional Information and Guides
Through the course of the development of the Terraform provider for SAP BTP and during the constant exchange with customers, several points and questions crossed our path have gathered additional information and guides that might be useful for you. You can find them in the [guides folder](./guides/) covering the following topics:
- [Overview on importable resources](./guides/IMPORT.md)
- [Overview on drift detection](./guides/IMPORT.md)
- How to access parameters of service instances marked as [sensitive data](./guides/SENSITIVEDATA.md)