Skip to content

Commit

Permalink
Update CHANGELOG.md for #34504
Browse files Browse the repository at this point in the history
  • Loading branch information
changelogbot committed Nov 22, 2023
1 parent 5e7d6fe commit 86c2db1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,25 @@ NOTES:
FEATURES:

* **New Data Source:** `aws_emr_supported_instance_types` ([#34481](/~https://github.com/hashicorp/terraform-provider-aws/issues/34481))
* **New Resource:** `aws_apprunner_default_auto_scaling_configuration_version` ([#34292](/~https://github.com/hashicorp/terraform-provider-aws/issues/34292))
* **New Resource:** `aws_lexv2models_bot_version` ([#33858](/~https://github.com/hashicorp/terraform-provider-aws/issues/33858))

ENHANCEMENTS:

* resource/aws_apprunner_auto_scaling_configuration_version: Add `has_associated_service` and `is_default` attributes ([#34292](/~https://github.com/hashicorp/terraform-provider-aws/issues/34292))
* resource/aws_apprunner_service: Add `network_configuration.ip_address_type` argument ([#34292](/~https://github.com/hashicorp/terraform-provider-aws/issues/34292))
* resource/aws_apprunner_service: Add `source_configuration.code_repository.source_directory` argument to support monorepos ([#34292](/~https://github.com/hashicorp/terraform-provider-aws/issues/34292))
* resource/aws_apprunner_service: Allow `health_check_configuration` to be updated in-place ([#34292](/~https://github.com/hashicorp/terraform-provider-aws/issues/34292))
* resource/aws_elaticache_replication_group: Add `auth_token_update_strategy` argument ([#34460](/~https://github.com/hashicorp/terraform-provider-aws/issues/34460))
* resource/aws_lambda_function: Add support for `java21` `runtime` value ([#34476](/~https://github.com/hashicorp/terraform-provider-aws/issues/34476))
* resource/aws_lambda_layer_version: Add support for `java21` `compatible_runtimes` value ([#34476](/~https://github.com/hashicorp/terraform-provider-aws/issues/34476))
* resource/aws_s3_bucket_logging: Add `target_object_key_format` configuration block to support [automatic date-based partitioning](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html#server-access-logging-overview) ([#34504](/~https://github.com/hashicorp/terraform-provider-aws/issues/34504))

BUG FIXES:

* resource/aws_appflow_flow: Fix `InvalidParameter: 2 validation error(s) found` error when `destination_flow_config` or `task` is updated ([#34456](/~https://github.com/hashicorp/terraform-provider-aws/issues/34456))
* resource/aws_appflow_flow: Fix `interface conversion: interface {} is nil, not map[string]interface {}` panic ([#34456](/~https://github.com/hashicorp/terraform-provider-aws/issues/34456))
* resource/aws_apprunner_service: Correctly set `service_url` for private services ([#34292](/~https://github.com/hashicorp/terraform-provider-aws/issues/34292))
* resource/aws_lb_target_group: Adds plan- and apply-time validation for invalid parameter combinations ([#34488](/~https://github.com/hashicorp/terraform-provider-aws/issues/34488))
* resource/aws_pipes_pipe: Fix error when zero value is sent to `source_parameters` on update ([#34487](/~https://github.com/hashicorp/terraform-provider-aws/issues/34487))

Expand Down

0 comments on commit 86c2db1

Please sign in to comment.