Skip to content

Commit

Permalink
Merge pull request #14233 from YakDriver/hardami_launch_template
Browse files Browse the repository at this point in the history
Ignore hardcoded AMI because not actually used
  • Loading branch information
YakDriver committed Jul 18, 2020
2 parents 6e0662b + 4e35586 commit c12ba61
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 c12ba61

Please sign in to comment.