From 8979ce4bf3e43f273a9b9f070ad66a0b171e1cb5 Mon Sep 17 00:00:00 2001 From: Simon Davis Date: Wed, 22 Jul 2020 14:54:41 -0700 Subject: [PATCH] Update CHANGELOG.md for #13013 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 408d55acd45..689d5e4d7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BREAKING CHANGES * resource/aws_api_gateway_method_settings: Remove `Computed` property from `throttling_burst_limit` and `throttling_rate_limit` arguments, enabling drift detection [GH-14266] * resource/aws_api_gateway_method_settings: Update `throttling_burst_limit` and `throttling_rate_limit` argument defaults to match API default of `-1` to keep throttling disabled [GH-14266] * resource/aws_apigatewayv2_integration: Add `request_parameters` attribute [GH-14080] +* resource/aws_apigatewayv2_integration: Add `tls_config` attribute [GH-13013] * resource/aws_apigatewayv2_integration: Correctly handle the `passthrough_behavior` attribute for HTTP APIs [GH-13062] * resource/aws_apigatewayv2_route: Support for updating route key [GH-13833] * resource/aws_apigatewayv2_stage: Make `deployment_id` a `Computed` attribute [GH-13644]