You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ BUG FIXES
28
28
* provider: Prevent panic when sending Ctrl-C (SIGINT) to Terraform [GH-17211]
29
29
* provider: Fix error messages for missing required blocks not including the block name [GH-17211]
30
30
* resource/aws_api_gateway_authorizer: Ensure `authorizer_credentials` are configured when `type` is `COGNITO_USER_POOLS`[GH-16614]
31
+
* data-source/aws_lambda_function: Prevent error when getting Code Signing Config for container image based lambdas during read [GH-17180]
31
32
* resource/aws_api_gateway_rest_api: Ensure `api_key_source`, `binary_media_types`, `description`, `minimum_compression_size`, `name`, and `policy` configuration values are correctly applied as an override after OpenAPI specification import (`body` argument) [GH-17099]
32
33
* resource/aws_api_gateway_rest_api: Allow `api_key_source`, `binary_media_types`, and `description` arguments to be omitted from configuration with OpenAPI specification import (`body` argument) [GH-17099]
33
34
* resource/aws_lambda_function: Prevent panic with missing `FunctionConfiguration``PackageType` attribute in API response [GH-16544]
0 commit comments