From 852bc4a0a7e20d424643b921fdc11bd23ab3b2c7 Mon Sep 17 00:00:00 2001 From: Jared Baker Date: Tue, 25 Apr 2023 14:37:09 -0400 Subject: [PATCH] chore: changelog --- .changelog/30969.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changelog/30969.txt diff --git a/.changelog/30969.txt b/.changelog/30969.txt new file mode 100644 index 00000000000..66efb992b0a --- /dev/null +++ b/.changelog/30969.txt @@ -0,0 +1,11 @@ +```release-note:breaking-change +resource/aws_api_gateway_rest_api: `minimum_compression_size` is now a string type to allow values set via the `body` attribute to be properly computed. +``` + +```release-note:breaking-change +data-source/aws_api_gateway_rest_api: `minimum_compression_size` is now a string type to allow values set via the `body` attribute to be properly computed. +``` + +```release-note:note +resource/aws_api_gateway_rest_api: Update configurations with `minimum_compression_size` set to pass the value as a string. Valid values remain the same. +```