From 66217ebb04308488605416fc6616438690b505b1 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 14 Jun 2024 13:28:59 -0700 Subject: [PATCH] Correct CHANGELOG entry file name. --- .changelog/#####.txt => 37977.txt | 0 CHANGELOG.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .changelog/#####.txt => 37977.txt (100%) diff --git a/.changelog/#####.txt b/37977.txt similarity index 100% rename from .changelog/#####.txt rename to 37977.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index d09cb353d8f..3a1fa933975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ENHANCEMENTS: BUG FIXES: -* data-source/aws_ami: Fix `interface conversion: interface {} is types.ProductCodeValues, not string` panic ([######](https://github.com/hashicorp/terraform-provider-aws/issues/#####)) +* data-source/aws_ami: Fix `interface conversion: interface {} is types.ProductCodeValues, not string` panic ([#37977](https://github.com/hashicorp/terraform-provider-aws/issues/37977)) * resource/aws_codebuild_project: Increase maximum values of `build_batch_config.timeout_in_mins` and `build_timeout` from `480` (8 hours) to `2160` (36 hours) ([#37970](https://github.com/hashicorp/terraform-provider-aws/issues/37970)) ## 5.54.0 (June 14, 2024)