Skip to content

Commit ec97075

Browse files
committed
terrafmt
1 parent 010e50a commit ec97075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/service/xray/group_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ resource "aws_xray_group" "test" {
231231
filter_expression = "responsetime > 5"
232232
233233
tags = {
234-
%[2]q = null
234+
%[2]q = null
235235
}
236236
}
237237
`, rName, tagKey1)

internal/service/xray/sampling_rule_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ resource "aws_xray_sampling_rule" "test" {
328328
}
329329
330330
tags = {
331-
%[2]q = null
331+
%[2]q = null
332332
}
333333
}
334334
`, rName, tagKey1)

0 commit comments

Comments
 (0)