mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
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. |
||
---|---|---|
.. | ||
config.go | ||
provider_test.go | ||
provider.go | ||
resource_mailgun_domain_test.go | ||
resource_mailgun_domain.go |