mmatur / terraform-provider-sendgrid

Terraform Sendgrid provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform logo

Terraform Provider for Sendgrid

To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.

$ make build

In order to test the provider, you can simply run make test.

$ make test

In order to run the full suite of Acceptance tests, run make testacc.

$ make testacc

Documentation

The documentation is created thank's to a fork of https://github.com/terraform-providers/terraform-provider-baiducloud/tree/master/gendocs.

Terraform Registry

Known issues

The API KEY API is not completely documented: when you don't set scopes, you get all scopes. This is managed by the provider.

When you set one or multiple scopes, even if you don't set the scopes sender_verification_eligible and 2fa_required, you will get them in the end. It's managed by the provider: if you don't add these scopes to the list of scopes, the provider does it for you.

About

Terraform Sendgrid provider

License:Mozilla Public License 2.0


Languages

Language:Go 93.6%Language:Smarty 3.8%Language:Makefile 2.0%Language:Shell 0.6%