Skip to content

Commit

Permalink
Fix terrafmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 20, 2022
1 parent 1711f10 commit e7dbef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/service/ec2/vpc_security_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3688,16 +3688,16 @@ resource "aws_vpc" "test" {
resource "aws_security_group" "test" {
name = "%[1]s-1"
vpc_id = aws_vpc.test.id
tags = {
Name = %[1]q
}
}
resource "aws_security_group" "test2" {
name = "%[1]s-2"
vpc_id = aws_vpc.test.id
tags = {
Name = %[1]q
}
Expand Down

0 comments on commit e7dbef3

Please sign in to comment.