Skip to content

Commit

Permalink
TF Testing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Houghton committed Nov 5, 2020
1 parent ae9c55f commit fec841c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/data_source_aws_route53_resolver_endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ data "aws_route53_resolver_endpoint" "foo" {
}
filter {
name = "SecurityGroupIds"
name = "SecurityGroupIds"
values = [aws_security_group.sg1.id, aws_security_group.sg2.id]
}
}
Expand All @@ -208,7 +208,7 @@ data "aws_route53_resolver_endpoint" "foo" {
const testAccDataSourceAwsRoute53ResolverEndpointConfig_NonExistentFilter = `
data "aws_route53_resolver_endpoint" "foo" {
filter {
name = "Name"
name = "Name"
values = ["None-Existent-Resource"]
}
}
Expand Down

0 comments on commit fec841c

Please sign in to comment.