Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Glympse/terraform-provider-nifi
Terraform provider for interacting with NiFi cluster
https://github.com/Glympse/terraform-provider-nifi
automation nifi terraform
Last synced: 7 days ago
JSON representation
Terraform provider for interacting with NiFi cluster
- Host: GitHub
- URL: https://github.com/Glympse/terraform-provider-nifi
- Owner: Glympse
- License: mit
- Created: 2017-03-17T04:04:35.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-05-29T18:46:51.000Z (over 5 years ago)
- Last Synced: 2024-12-19T20:35:44.682Z (about 1 month ago)
- Topics: automation, nifi, terraform
- Language: Go
- Homepage:
- Size: 323 KB
- Stars: 51
- Watchers: 27
- Forks: 32
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-nifi - Glympse/terraform-provider-nifi - Terraform plugin allowing to automate NiFi flow deployment and management. (Deployment / Data Flow Deployment)
- awesome-nifi - Glympse/terraform-provider-nifi - Terraform plugin allowing to automate NiFi flow deployment and management. (Deployment / Data Flow Deployment)
README
# Terraform NiFi Provider
The NiFi provider is used to interact with NiFi cluster.
It aims to make flow deployment and maintenance completely automated process.
## Documentation
- [Provider Syntax](docs/syntax.md)
- [Changelog](docs/changelog.md)## Plugin Requirements
- Terraform 0.9
## NiFi Version Compatibility
Plugin Version | Supported NiFi API Version
---|---
0.1-0.3 | 1.1, 1.2 (not confirmed)
0.4+ | 1.3+## References
- [Apache NiFi](https://nifi.apache.org/)
- [Terraform by HashiCorp](https://www.terraform.io/)
- [NiFi API Documentation](https://nifi.apache.org/docs/nifi-docs/rest-api/)## Contributors
- [Egor Pushkin](https://www.linkedin.com/in/egorpushkin/) | [[email protected]](mailto:[email protected])
- Josh Hardy | [[email protected]](mailto:[email protected]>)
- Thibaut Colar | [[email protected]](mailto:[email protected])## License
Code is licensed under the [The MIT License](http://opensource.org/licenses/MIT).
Documentation is licensed under [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).