NOTES:
- resource/aws_s3_bucket_lifecycle_configuration: Lifecycle configurations can now be applied to directory buckets (#40268)
FEATURES:
- New Resource:
aws_iam_organizations_features
(#40164)
ENHANCEMENTS:
- data-source/aws_memorydb_cluster: Add
engine
attribute (#40224) - data-source/aws_memorydb_snapshot: Add
cluster_configuration.engine
attribute (#40224) - resource/aws_memorydb_cluster: Add
engine
argument (#40224) - resource/aws_memorydb_snapshot: Add
cluster_configuration.engine
attribute (#40224)
BUG FIXES:
- data-source/aws_rds_reserved_instance_offering: When
product_description
(e.g., "postgresql") is a substring of multiple products, fixError: multiple RDS Reserved Instance Offerings matched; use additional constraints to reduce matches to a single RDS Reserved Instance Offering
(#40281) - provider: Suppress
Warning: AWS account ID not found for provider
whenskip_requesting_account_id
istrue
(#40264) - resource/aws_batch_job_definition: Fix crash when specifying
eksProperties
orecsProperties
block (#40172) - resource/aws_bedrock_guardrail: Fix perpetual diff if multiple
content_policy_config.filters_config
s are specified. (#40304) - resource/aws_chatbot_slack_channel_configuration: Fix inconsistent provider result when order of
sns_topic_arns
changes (#40253) - resource/aws_chatbot_teams_channel_configuration: Fix inconsistent provider result when order of
sns_topic_arns
changes (#40291) - resource/aws_db_instance: When changing
storage_type
fromio1
orio2
togp3
, fix bug causing errorInvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops
(#37257) - resource/aws_db_instance: When changing a
gp3
volume'sallocated_storage
to a value larger than the threshold value forengine
, fix bug causing errorInvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops
(#28847)