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

Results 11 terraform-provider-mailgun issues
Sort by recently updated
recently updated
newest added

As per the Mailgun API there is a programmatic way to trigger DNS setting verification which would be great to be available via the provider. Purpose-wise there are three groups...

### Terraform Version 1.5.7 ### Affected Resource(s) - mailgun_route ### Expected Behavior recreate missing resource ### Actual Behavior Throws an error: `Error retrieving route: UnexpectedResponseError URL=https://api.mailgun.net/v3/routes/6565de540d1867150b837193 ExpectedOneOf=[]int{200, 202, 204} Got=404...

### Terraform Version ``` Terraform v1.1.6 on linux_amd64 + provider registry.terraform.io/wgebis/mailgun v0.7.2 ``` ### Affected Resource(s) Please list the resources as a list, for example: - mailgun_domain ### Terraform Configuration...

enhancement

Hi there, Versions: ``` Terraform v1.5.0 on darwin_arm64 + provider registry.terraform.io/cyrilgdn/postgresql v1.19.0 + provider registry.terraform.io/digitalocean/digitalocean v2.28.1 + provider registry.terraform.io/hashicorp/aws v5.7.0 + provider registry.terraform.io/hashicorp/random v3.5.1 + provider registry.terraform.io/wgebis/mailgun v0.7.4 Your version...

### Terraform Version 0.14.6 ### Affected Resource(s) Mailgun ### Expected Behavior I would like to be able to manage Mailgun templates "as a code" instead of the Mailgun interface. ###...

enhancement

Hi there, First, great thanks @wgebis to have conclude my 2 previous PR (#32 #33 to #38). I was too busy for looking at that and it was lying in...

Hello! I spend few hours trying to figure out intended use scenario for `receiving_records_set` and `sending_records_set`. I wish to create DNS resources with those values but can't find clean and...

### Terraform Version `v1.4.4` ### Affected Resource(s) - mailgun_domain ### Expected Behavior No change should be shown in the last `terraform plan` after importing a Mailgun domain which matches the...

**short version:** Are you interested into receiving a PR with `resource.Retry` on top of mailgun API calls, to improve robustness when their API have availability issues? --- **long version:** Hello,...

Hi there, ### Terraform Version `1.0.8` ### Affected Resource(s) Mailgun ### Expected Behaviour Mailgun allows you to create individual domain targeted api keys. I would like to be able to...

enhancement