Skip to content

Commit d639d0c

Browse files
committed
Fix providerlint 'AT004: provider declaration should be omitted'.
1 parent be4cd33 commit d639d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/kms/key_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,7 @@ resource "aws_kms_key" "test" {
11531153
}
11541154

11551155
func testAccKeyConfig_ignoreTags(rName, tagKey1, tagValue1, tagKey2, tagValue2 string) string {
1156+
// lintignore:AT004
11561157
return fmt.Sprintf(`
11571158
provider "aws" {
11581159
default_tags {

0 commit comments

Comments
 (0)