We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5eb5e commit b9aa181Copy full SHA for b9aa181
tests/main_test.go
@@ -48,6 +48,9 @@ func (s *ECSFargateSuite) SetupSuite() {
48
"dd_site": "datadoghq.com",
49
"test_prefix": testPrefix,
50
},
51
+ RetryableTerraformErrors: map[string]string{
52
+ "couldn't find resource": "ECS eventually consistent or task definition not yet propagated",
53
+ },
54
NoColor: true,
55
MaxRetries: 5,
56
TimeBetweenRetries: 5 * time.Second,
0 commit comments