Skip to content

pgelinas/terraform-provider-sendgrid

 
 

Repository files navigation

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

Fork

This repository is an updated fork of Trois-Six/terraform-provider-sendgrid.

The documentation is created thank's to a fork of gendocs.

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.

Acknowledgments

Thanks @yinzara for the latest changes that I loosely copied.

About

Terraform Sendgrid provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.1%
  • Smarty 1.4%
  • Makefile 1.3%
  • Shell 0.2%