Skip to content

Commit a34797c

Browse files
committed
tests/service/ec2: Additional terrafmt fixes
1 parent 85697a3 commit a34797c

4 files changed

Lines changed: 20 additions & 20 deletions

aws/resource_aws_default_route_table_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,10 @@ resource "aws_vpc_endpoint_service" "test" {
650650
}
651651
652652
resource "aws_vpc_endpoint" "test" {
653-
service_name = aws_vpc_endpoint_service.test.service_name
654-
subnet_ids = [aws_subnet.test.id]
655-
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
656-
vpc_id = aws_vpc.test.id
653+
service_name = aws_vpc_endpoint_service.test.service_name
654+
subnet_ids = [aws_subnet.test.id]
655+
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
656+
vpc_id = aws_vpc.test.id
657657
}
658658
659659
resource "aws_default_route_table" "test" {
@@ -712,10 +712,10 @@ resource "aws_vpc_endpoint_service" "test" {
712712
}
713713
714714
resource "aws_vpc_endpoint" "test" {
715-
service_name = aws_vpc_endpoint_service.test.service_name
716-
subnet_ids = [aws_subnet.test.id]
717-
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
718-
vpc_id = aws_vpc.test.id
715+
service_name = aws_vpc_endpoint_service.test.service_name
716+
subnet_ids = [aws_subnet.test.id]
717+
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
718+
vpc_id = aws_vpc.test.id
719719
}
720720
721721
resource "aws_default_route_table" "test" {

aws/resource_aws_route_table_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,10 +1085,10 @@ resource "aws_vpc_endpoint_service" "test" {
10851085
}
10861086
10871087
resource "aws_vpc_endpoint" "test" {
1088-
service_name = aws_vpc_endpoint_service.test.service_name
1089-
subnet_ids = [aws_subnet.test.id]
1090-
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
1091-
vpc_id = aws_vpc.test.id
1088+
service_name = aws_vpc_endpoint_service.test.service_name
1089+
subnet_ids = [aws_subnet.test.id]
1090+
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
1091+
vpc_id = aws_vpc.test.id
10921092
}
10931093
10941094
resource "aws_route_table" "test" {

aws/resource_aws_route_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,10 +1400,10 @@ resource "aws_vpc_endpoint_service" "test" {
14001400
}
14011401
14021402
resource "aws_vpc_endpoint" "test" {
1403-
service_name = aws_vpc_endpoint_service.test.service_name
1404-
subnet_ids = [aws_subnet.test.id]
1405-
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
1406-
vpc_id = aws_vpc.test.id
1403+
service_name = aws_vpc_endpoint_service.test.service_name
1404+
subnet_ids = [aws_subnet.test.id]
1405+
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
1406+
vpc_id = aws_vpc.test.id
14071407
}
14081408
14091409
resource "aws_route_table" "test" {

aws/resource_aws_vpc_endpoint_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,10 +1188,10 @@ resource "aws_vpc_endpoint_service" "test" {
11881188
}
11891189
11901190
resource "aws_vpc_endpoint" "test" {
1191-
service_name = aws_vpc_endpoint_service.test.service_name
1192-
subnet_ids = [aws_subnet.test.id]
1193-
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
1194-
vpc_id = aws_vpc.test.id
1191+
service_name = aws_vpc_endpoint_service.test.service_name
1192+
subnet_ids = [aws_subnet.test.id]
1193+
vpc_endpoint_type = aws_vpc_endpoint_service.test.service_type
1194+
vpc_id = aws_vpc.test.id
11951195
}
11961196
`, rName))
11971197
}

0 commit comments

Comments
 (0)