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 c9477d4 commit 8b5eb5eCopy full SHA for 8b5eb5e
smoke_tests/ecs_fargate/all-ecs-inputs.tf
@@ -8,7 +8,7 @@
8
################################################################################
9
10
resource "aws_efs_file_system" "fs" {
11
- creation_token = "${var.test_prefix}-efs-file-system"
+ creation_token = "${var.test_prefix}-efs-file-system"
12
performance_mode = "generalPurpose"
13
tags = {
14
Name = "MyEFSFileSystem"
tests/main_test.go
@@ -48,7 +48,9 @@ func (s *ECSFargateSuite) SetupSuite() {
48
"dd_site": "datadoghq.com",
49
"test_prefix": testPrefix,
50
},
51
- NoColor: true,
+ NoColor: true,
52
+ MaxRetries: 5,
53
+ TimeBetweenRetries: 5 * time.Second,
54
}
55
56
// Run terraform init and apply
0 commit comments