terraform-provider-sendgrid icon indicating copy to clipboard operation
terraform-provider-sendgrid copied to clipboard

Terraform Sendgrid provider

Results 9 terraform-provider-sendgrid issues
Sort by recently updated
recently updated
newest added

I created a webhook resource specifying signed = true, and expected the public key to be accessible for referencing later (as detailed in https://registry.terraform.io/providers/Trois-Six/sendgrid/latest/docs/resources/event_webhook#attributes-reference This doesn't seem to be working....

In v0.1.*, we could specify `sub_user_on_behalf_of` for API keys, but this got removed in v0.2 This means that it is not possible to create an API key, or any other...

Hi, just a question - is it possible to first create a subuser and then create an api key only for that particular subuser? Sendgrid seems to support that, but...

Hello, I used the example you give to create a SendGrid template in terraform, and I get the following: ``` Do you want to perform these actions? Terraform will perform...

bug

In that case, the possible workarounds: 1. fix warnings in SendGrid's template editor 2. delete templates in the editor and delete their state

I have a template, named of **CF-Terraform-Temp-Test** There are two versions in my template, Their names are: **Untitled Version1 & Untitled Version2** Currently, Untitled Version2 is active Now, I use...

I have problem which is probably related with sendgrid_domain_authentication resource. Whenever I execute Terraform it is always creating a new Cname records independently from the sendgrid resource was already created...

TODO: Management of rate limit for all resources.

enhancement
good first issue

Whenever I do `terraform apply`, the following changes are detected. ``` ~ scopes = [ - "2fa_required", "mail.send", "sender_verification_eligible", ] ``` This is due to `2fa_required` being since Q4 2020.

bug
help wanted