hashicorp/terraform-provider-aws (aws)
### [`v5.78.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5780-Unreleased)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.77.0...v5.78.0)
NOTES:
- resource/aws_s3\_bucket_lifecycle_configuration: Lifecycle configurations can now be applied to directory buckets ([#40268](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40268))
FEATURES:
- **New Resource:** `aws_iam_organizations_features` ([#40164](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40164))
ENHANCEMENTS:
- data-source/aws_memorydb_cluster: Add `engine` attribute ([#40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224))
- data-source/aws_memorydb_snapshot: Add `cluster_configuration.engine` attribute ([#40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224))
- resource/aws_memorydb_cluster: Add `engine` argument ([#40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224))
- resource/aws_memorydb_snapshot: Add `cluster_configuration.engine` attribute ([#40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224))
BUG FIXES:
- data-source/aws_rds_reserved_instance_offering: When `product_description` (e.g., "postgresql") is a substring of multiple products, fix `Error: multiple RDS Reserved Instance Offerings matched; use additional constraints to reduce matches to a single RDS Reserved Instance Offering` ([#40281](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40281))
- provider: Suppress `Warning: AWS account ID not found for provider` when `skip_requesting_account_id` is `true` ([#40264](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40264))
- resource/aws_batch_job_definition: Fix crash when specifying `eksProperties` or `ecsProperties` block ([#40172](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40172))
- resource/aws_bedrock_guardrail: Fix perpetual diff if multiple `content_policy_config.filters_config`s are specified. ([#40304](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40304))
- resource/aws_chatbot_slack_channel_configuration: Fix inconsistent provider result when order of `sns_topic_arns`changes ([#40253](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40253))
- resource/aws_chatbot_teams_channel_configuration: Fix inconsistent provider result when order of `sns_topic_arns`changes ([#40291](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40291))
- resource/aws_db_instance: When changing `storage_type` from `io1` or `io2` to `gp3`, fix bug causing error `InvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops` ([#37257](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/37257))
- resource/aws_db_instance: When changing a `gp3` volume's `allocated_storage` to a value larger than the [threshold value for `engine`](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage), fix bug causing error `InvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops` ([#28847](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/28847))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.77.0
->5.78.0
Release Notes
hashicorp/terraform-provider-aws (aws)
### [`v5.78.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5780-Unreleased) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.77.0...v5.78.0) NOTES: - resource/aws_s3\_bucket_lifecycle_configuration: Lifecycle configurations can now be applied to directory buckets ([#40268](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40268)) FEATURES: - **New Resource:** `aws_iam_organizations_features` ([#40164](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40164)) ENHANCEMENTS: - data-source/aws_memorydb_cluster: Add `engine` attribute ([#40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224)) - data-source/aws_memorydb_snapshot: Add `cluster_configuration.engine` attribute ([#40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224)) - resource/aws_memorydb_cluster: Add `engine` argument ([#40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224)) - resource/aws_memorydb_snapshot: Add `cluster_configuration.engine` attribute ([#40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224)) BUG FIXES: - data-source/aws_rds_reserved_instance_offering: When `product_description` (e.g., "postgresql") is a substring of multiple products, fix `Error: multiple RDS Reserved Instance Offerings matched; use additional constraints to reduce matches to a single RDS Reserved Instance Offering` ([#40281](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40281)) - provider: Suppress `Warning: AWS account ID not found for provider` when `skip_requesting_account_id` is `true` ([#40264](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40264)) - resource/aws_batch_job_definition: Fix crash when specifying `eksProperties` or `ecsProperties` block ([#40172](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40172)) - resource/aws_bedrock_guardrail: Fix perpetual diff if multiple `content_policy_config.filters_config`s are specified. ([#40304](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40304)) - resource/aws_chatbot_slack_channel_configuration: Fix inconsistent provider result when order of `sns_topic_arns`changes ([#40253](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40253)) - resource/aws_chatbot_teams_channel_configuration: Fix inconsistent provider result when order of `sns_topic_arns`changes ([#40291](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40291)) - resource/aws_db_instance: When changing `storage_type` from `io1` or `io2` to `gp3`, fix bug causing error `InvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops` ([#37257](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/37257)) - resource/aws_db_instance: When changing a `gp3` volume's `allocated_storage` to a value larger than the [threshold value for `engine`](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage), fix bug causing error `InvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops` ([#28847](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/28847))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.