Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-with/terraform-provider-mailcow
Terraform Provider for Mailcow
https://github.com/l-with/terraform-provider-mailcow
mailcow terraform terraform-provider
Last synced: 10 days ago
JSON representation
Terraform Provider for Mailcow
- Host: GitHub
- URL: https://github.com/l-with/terraform-provider-mailcow
- Owner: l-with
- Created: 2022-07-15T14:40:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T06:18:45.000Z (about 2 months ago)
- Last Synced: 2024-09-10T08:39:13.057Z (about 2 months ago)
- Topics: mailcow, terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 366 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform provider mailcow
terraform provider for [mailcow](https://github.com/mailcow/mailcow-dockerized)
## Requirements
* [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk)
* [terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs)## Disclaimer
This is under development. You will certainly find bugs and limitations.
In those cases, please report issues or, if you can, submit a pull-request.### To change
* The API of mailcow for tags always [adds the tags instead of replacing](https://github.com/mailcow/mailcow-dockerized/issues/4681).
Either the API has to be changed or extra resources
mailcow_domain_tags and mailcow_mailbox_tag have to be implemented.### Blocked
* There is no API to get user-acl, [but a merge request adding this](https://github.com/mailcow/mailcow-dockerized/pull/4690).
Without a possibility to read the user-acl a terraform-resource user-acl can not be implemented.