Skip to content

Commit

Permalink
fixes linter of terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coderGo93 committed Apr 27, 2022
1 parent 5045bc3 commit 762db54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/ce/tags_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "aws_ce_cost_category" "test" {
value = "production"
rule {
tags {
key = %[1]q
key = %[1]q
values = ["abc", "123"]
}
}
Expand Down Expand Up @@ -106,7 +106,7 @@ resource "aws_ce_cost_category" "test" {
value = "production"
rule {
tags {
key = %[1]q
key = %[1]q
values = ["abc", "123"]
}
}
Expand Down

0 comments on commit 762db54

Please sign in to comment.