Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/configcat/terraform-provider-configcat
Terraform Provider for ConfigCat. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://github.com/configcat/terraform-provider-configcat
configcat feature-flags feature-management feature-toggles infrastructure infrastructure-as-code infrastructure-management remote-config terraform terraform-provider
Last synced: 3 months ago
JSON representation
Terraform Provider for ConfigCat. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
- Host: GitHub
- URL: https://github.com/configcat/terraform-provider-configcat
- Owner: configcat
- License: mit
- Created: 2020-10-10T18:25:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T08:20:30.000Z (9 months ago)
- Last Synced: 2024-04-27T10:46:15.271Z (9 months ago)
- Topics: configcat, feature-flags, feature-management, feature-toggles, infrastructure, infrastructure-as-code, infrastructure-management, remote-config, terraform, terraform-provider
- Language: Go
- Homepage: https://configcat.com
- Size: 9.26 MB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ConfigCat Feature Flags Terraform Provider
`terraform-provider-configcat`![Build status](https://github.com/configcat/terraform-provider-configcat/workflows/Go/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/configcat/terraform-provider-configcat)](https://goreportcard.com/report/github.com/configcat/terraform-provider-configcat)
[![Sonar Coverage](https://img.shields.io/sonar/coverage/configcat_terraform-provider-configcat?logo=SonarCloud&server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/project/overview?id=configcat_terraform-provider-configcat)
[![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/configcat_terraform-provider-configcat?logo=sonarcloud&server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/project/overview?id=configcat_terraform-provider-configcat)[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-white.svg)](https://sonarcloud.io/dashboard?id=configcat_terraform-provider-configcat)
Manage features and change your software configuration using [ConfigCat feature flags](https://configcat.com), without the need to re-deploy code.
A 10 minute trainable dashboard allows even non-technical team members to manage application features.
Supports A/B testing, soft launching or targeting a specific group of users first with new ideas. Deploy any time, release when confident.
Open-source SDKs enable easy integration with any web, mobile or backend application.ConfigCat Feature Flags Provider allows you to configure and access ConfigCat resources via [ConfigCat Public Management API](https://api.configcat.com/).
## Usage
Refer to the [official documentation](https://registry.terraform.io/providers/configcat/configcat/latest/docs).
## Need help?
If you need help how to use this Terraform provider feel free to contact the ConfigCat Staff on https://configcat.com/support. We're happy to help.
## Contributing
Contributions are welcome.