Skip to content

Commit b9aa181

Browse files
committed
Retryable Terraform Errors
1 parent 8b5eb5e commit b9aa181

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/main_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ func (s *ECSFargateSuite) SetupSuite() {
4848
"dd_site": "datadoghq.com",
4949
"test_prefix": testPrefix,
5050
},
51+
RetryableTerraformErrors: map[string]string{
52+
"couldn't find resource": "ECS eventually consistent or task definition not yet propagated",
53+
},
5154
NoColor: true,
5255
MaxRetries: 5,
5356
TimeBetweenRetries: 5 * time.Second,

0 commit comments

Comments
 (0)