Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)