Skip to content

Commit

Permalink
fix terrafmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanangullia committed May 17, 2021
1 parent c686919 commit 1cbc29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_network_interface_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1191,8 +1191,8 @@ resource "aws_subnet" "test" {
}
resource "aws_network_interface" "test" {
subnet_id = aws_subnet.test.id
private_ips = ["172.16.10.100"]
subnet_id = aws_subnet.test.id
private_ips = ["172.16.10.100"]
tags = {
Name = "terraform-testacc-network-interface-type-default"
Expand Down

0 comments on commit 1cbc29f

Please sign in to comment.