Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndrpnt/terraform-provider-gmail
Terraform Gmail provider
https://github.com/ndrpnt/terraform-provider-gmail
Last synced: 1 day ago
JSON representation
Terraform Gmail provider
- Host: GitHub
- URL: https://github.com/ndrpnt/terraform-provider-gmail
- Owner: ndrpnt
- License: mpl-2.0
- Created: 2020-03-24T07:53:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T10:15:27.000Z (over 4 years ago)
- Last Synced: 2024-06-20T06:29:27.199Z (5 months ago)
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Provider for Gmail
## Getting started
[Install](https://www.terraform.io/docs/configuration/providers.html#third-party-plugins)
the plugin and go to the [documentation](docs/index.md).## Building
```sh
make build
```## Alternatives
* [remilapeyre/terraform-provider-gmail](https://github.com/remilapeyre/terraform-provider-gmail)
– Terraform provider with very similar functionalities to this one
* [mbrt/gmailctl](https://github.com/mbrt/gmailctl) – Declarative configuration
for Gmail filters (standalone command-line utility)