Skip to content

Commit

Permalink
Ignore hardcoded AMI because not actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jul 17, 2020
1 parent 6e0662b commit 4e35586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_launch_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ resource "aws_launch_template" "test" {
}
}
}
`, rName)
`, rName) //lintignore:AWSAT002
}

func testAccAWSLaunchTemplateConfig_tagsUpdate(rName string) string {
Expand Down

0 comments on commit 4e35586

Please sign in to comment.