{"id":16391333,"url":"https://github.com/davidji99/terraform-provider-sendgrid","last_synced_at":"2026-01-17T22:52:28.487Z","repository":{"id":39217998,"uuid":"338701203","full_name":"davidji99/terraform-provider-sendgrid","owner":"davidji99","description":"Terraform Provider Sendgrid","archived":false,"fork":false,"pushed_at":"2023-02-16T12:57:27.000Z","size":221,"stargazers_count":0,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T18:14:22.318Z","etag":null,"topics":["sendgrid","sendgrid-api","terraform-provider-sendgrid"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/davidji99/sendgrid/latest","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidji99.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-14T00:44:25.000Z","updated_at":"2021-11-29T03:09:18.000Z","dependencies_parsed_at":"2023-02-16T18:50:26.527Z","dependency_job_id":null,"html_url":"https://github.com/davidji99/terraform-provider-sendgrid","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.28,"last_synced_commit":"c38998888fbc5cc57b177ada83fb44a070086660"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":"davidji99/terraform-provider-scaffolding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidji99%2Fterraform-provider-sendgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidji99%2Fterraform-provider-sendgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidji99%2Fterraform-provider-sendgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidji99%2Fterraform-provider-sendgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidji99","download_url":"https://codeload.github.com/davidji99/terraform-provider-sendgrid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246933384,"owners_count":20857055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sendgrid","sendgrid-api","terraform-provider-sendgrid"],"created_at":"2024-10-11T04:45:47.245Z","updated_at":"2026-01-17T22:52:28.443Z","avatar_url":"https://github.com/davidji99.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraform Provider Sendgrid\n=========================\n\nThe Sendgrid provider is used to interact with the resources provided by [Sendgrid V3 API](https://sendgrid.com/docs/api-reference/)\nand needs to be configured with credentials before it can be used.\n\nRequirements\n------------\n\n- [Terraform](https://www.terraform.io/downloads.html) `v0.12.x`+\n- [Go](https://golang.org/doc/install) 1.14 (to build the provider plugin)\n\nUsage\n-----\n\n```hcl\nprovider \"sendgrid\" {\n  version = \"~\u003e 0.1.0\"\n}\n```\n\nThis provider is not compatible with terraform `v0.11.x`.\n\nDevelopment\n-----------\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.14+ is *required*).\n\n### Build the Provider\n\nTo compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n```shell script\n$ make build\n...\n$ $GOPATH/bin/terraform-provider-sendgrid\n...\n```\n\n### Using the Provider\n\nTo use the dev provider with local Terraform, copy the freshly built plugin into Terraform's local plugins directory:\n\n```sh\ncp $GOPATH/bin/terraform-provider-sendgrid ~/.terraform.d/plugins/\n```\n\nSet the sendgrid provider without a version constraint:\n\n```hcl\nprovider \"sendgrid\" {}\n```\n\nThen, initialize Terraform:\n\n```shell script\nterraform init\n```\n\n### Testing\n\nPlease see the [TESTING](TESTING.md) guide for detailed instructions on running tests.\n\n### Updating or adding dependencies\n\nThis project uses [Go Modules](https://github.com/golang/go/wiki/Modules) for dependency management.\n\nThis example will fetch a module at the release tag and record it in your project's `go.mod` and `go.sum` files.\nIt's a good idea to run `go mod tidy` afterward and then `go mod vendor` to copy the dependencies into a `vendor/` directory.\n\nIf a module does not have release tags, then `module@SHA` can be used instead.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidji99%2Fterraform-provider-sendgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidji99%2Fterraform-provider-sendgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidji99%2Fterraform-provider-sendgrid/lists"}