Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Sep 30, 2020
1 parent f33fb2e commit ac859ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/resource_aws_config_configuration_aggregator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ resource "aws_config_configuration_aggregator" "test" {
}
tags = {
%[2]s = %[3]q
%[2]q = %[3]q
}
}
`, rName, tagKey1, tagValue1)
Expand All @@ -380,8 +380,8 @@ resource "aws_config_configuration_aggregator" "test" {
}
tags = {
%[2]s = %[3]q
%[4]s = %[5]q
%[2]q = %[3]q
%[4]q = %[5]q
}
}
`, rName, tagKey1, tagValue1, tagKey2, tagValue2)
Expand Down

0 comments on commit ac859ae

Please sign in to comment.