From 06488e1d6cf46502d383cb2e20e4e48c26eda78c Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 14 Jul 2020 18:05:07 -0400 Subject: [PATCH] provider: Catch aws_elastictranscoder resource naming with issues correctly (#14088) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/14087 --- .hashibot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hashibot.hcl b/.hashibot.hcl index 8e145ed8a74..0c19ac02308 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -250,7 +250,7 @@ behavior "regexp_issue_labeler_v2" "service_labels" { "aws_eks_", ], "service/elastic-transcoder" = [ - "aws_elastic_transcoder_", + "aws_elastictranscoder_", ], "service/elasticache" = [ "aws_elasticache_",