Skip to content

Commit

Permalink
Linted glasses
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed May 25, 2022
1 parent b339160 commit 8b1da87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/ec2/vpc_managed_prefix_list_entry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@ resource "aws_ec2_managed_prefix_list_entry" "test1" {
resource "aws_ec2_managed_prefix_list_entry" "test2" {
cidr = "10.0.1.0/24"
description = "description 2"
description = "description 2"
prefix_list_id = aws_ec2_managed_prefix_list.test.id
}
resource "aws_ec2_managed_prefix_list_entry" "test3" {
cidr = "10.0.2.0/24"
description = "description 3"
description = "description 3"
prefix_list_id = aws_ec2_managed_prefix_list.test.id
}
`, rName)
Expand Down

0 comments on commit 8b1da87

Please sign in to comment.