https://github.com/drakkan/terraform-provider-sftpgo
Terraform provider for SFTPGo
https://github.com/drakkan/terraform-provider-sftpgo
Last synced: about 1 month ago
JSON representation
Terraform provider for SFTPGo
- Host: GitHub
- URL: https://github.com/drakkan/terraform-provider-sftpgo
- Owner: drakkan
- License: apache-2.0
- Created: 2023-04-01T16:52:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T18:43:19.000Z (6 months ago)
- Last Synced: 2024-10-18T17:29:21.254Z (6 months ago)
- Language: Go
- Size: 711 KB
- Stars: 24
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Provider SFTPGo
[](https://github.com/drakkan/terraform-provider-sftpgo/workflows/CI/badge.svg?branch=main&event=push)
[](https://opensource.org/licenses/Apache-2.0)Terraform Registry: https://registry.terraform.io/providers/drakkan/sftpgo
This provider is a bridge between Terraform and the [SFTPGo](https://github.com/drakkan/sftpgo) API.
Terraform objects have slightly different structures than the ones defined in the SFTPGo REST API, refer to the documentation for more details.You can find some usage examples [here](./examples).
Please note that this provider is experimental, I'm not happy with its code, if you have experience using the [terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) any help to improve the provider is appreciated. Thank you.