Skip to content

Commit

Permalink
Fix acceptance test configuration terrafmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 29, 2022
1 parent 2e36648 commit e7a29d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/service/ecs/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,9 @@ resource "aws_service_discovery_http_namespace" "test" {
resource "aws_ecs_cluster" "test" {
name = %[1]q
service_connect_defaults {
namespace = aws_service_discovery_http_namespace.test[%[3]d].arn
namespace = aws_service_discovery_http_namespace.test[%[3]d].arn
}
}
`, rName, ns, idx)
Expand Down
2 changes: 1 addition & 1 deletion internal/service/ecs/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4409,7 +4409,7 @@ resource "aws_ecs_cluster" "test" {
service_connect_defaults {
namespace = aws_service_discovery_http_namespace.test.arn
}
}
}
resource "aws_ecs_task_definition" "test" {
Expand Down

0 comments on commit e7a29d5

Please sign in to comment.