opentofu/builtin/providers/mailgun
Paul Hinze be59831847 mailgun: poll until domain destroy takes effect
Test failures indicate that this operation doesn't always take effect
immediately:

https://travis-ci.org/hashicorp/terraform/builds/103764466

Add a simple poll to retry a few times until it does.

```
--- PASS: TestAccMailgunDomain_Basic (1.51s)
```

Verified that this does the trick by looping the test and watching the
logs for the retry behavior to kick in.
2016-01-21 09:51:08 -06:00
..
config.go Updated the provider to make testing a little easier 2014-11-18 15:21:32 +01:00
provider_test.go Updated the provider to make testing a little easier 2014-11-18 15:21:32 +01:00
provider.go Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
resource_mailgun_domain_test.go mailgun: poll until domain destroy takes effect 2016-01-21 09:51:08 -06:00
resource_mailgun_domain.go mailgun: poll until domain destroy takes effect 2016-01-21 09:51:08 -06:00