Skip to content

Commit

Permalink
Fix 'terrafmt' issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Dec 7, 2020
1 parent 1ea4cdd commit aa835cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aws/resource_aws_route_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1604,8 +1604,8 @@ resource "aws_vpc" "test" {
}
resource "aws_subnet" "test" {
cidr_block = "10.0.0.0/24"
vpc_id = aws_vpc.test.id
cidr_block = "10.0.0.0/24"
vpc_id = aws_vpc.test.id
tags = {
Name = %[1]q
Expand Down Expand Up @@ -1755,9 +1755,9 @@ resource "aws_vpc" "test" {
}
resource "aws_subnet" "test" {
cidr_block = "10.1.1.0/24"
vpc_id = aws_vpc.test.id
ipv6_cidr_block = cidrsubnet(aws_vpc.test.ipv6_cidr_block, 8, 1)
cidr_block = "10.1.1.0/24"
vpc_id = aws_vpc.test.id
ipv6_cidr_block = cidrsubnet(aws_vpc.test.ipv6_cidr_block, 8, 1)
tags = {
Name = %[1]q
Expand Down

0 comments on commit aa835cc

Please sign in to comment.