data-source/aws_wafv2_web_acl: Add resource_arn argument to enable finding web ACLs by resource ARN (#43597)
data-source/aws_wafv2_web_acl: Add support for CLOUDFRONTscope web ACLs using resource_arn (#43597)
resource/aws_bedrock_guardrail: Add input_action, output_action, input_enabled, and output_enabled attributes to sensitive_information_policy_config.pii_entities_config and sensitive_information_policy_config.regexes_config configuration blocks (#43702)
resource/aws_cloudwatch_log_group: Add resource identity support (#43719)
resource/aws_computeoptimizer_recommendation_preferences: Add AuroraDBClusterStorage as a valid resource_type (#43677)
resource/aws_lightsail_static_ip: Support resource import (#43672)
resource/aws_opensearch_domain_policy: Support resource import (#43674)
resource/aws_quicksight_user: Add plan-time validation of iam_arn (#43613)
resource/aws_quicksight_user: Change user_name to Optional and Computed (#43613)
resource/aws_quicksight_user: Support IAM_IDENTITY_CENTER as a valid value for identity_type (#43613)
resource/aws_quicksight_user: Support RESTRICTED_AUTHOR and RESTRICTED_READER as valid values for user_role (#43613)
resource/aws_security_group: Add parameterized resource identity support (#43744)
resource/aws_sqs_queue: Increase upper limit of max_message_size from 256 KiB to 1024 KiB (#43710)
resource/aws_ssm_parameter: Add resource identity support (#43736)
BUG FIXES:
ephemeral-resource/aws_lambda_invocation: Fix plan inconsistency issue due to improperly assigned payload values (#43676)
provider: Fix failure to detect resources deleted outside of Terraform as missing for numerous resource types (#43659)
resource/aws_batch_compute_environment: Fix inconsistent final plan error when compute_resource.launch_template.version is unknown during an update (#43337)
resource/aws_bedrockagent_flow: Prevent created_at becoming null on Update (#43654)
resource/aws_ec2_managed_prefix_list: Fix PrefixListVersionMismatch: The prefix list has the incorrect version number errors when updating entry description (#43661)
resource/aws_fsx_lustre_file_system: Fix validation of SSD read cache size for file systems using the Intelligent-Tiering storage class (#43605)
resource/aws_instance: Prevent destruction of resource when disable_api_termination is true (#43722)
resource/aws_kms_key: Restore pre-v6.3.0 retry delay behavior when waiting for continuous target state occurrences. This fixes certain tag update timeouts (#43716)
resource/aws_s3tables_table_bucket: Fix crash on maintenance_configuration read failure (#43707)
resource/aws_timestreaminfluxdb_db_instance: Don't mark network_type as ForceNew if the value is not configured. This fixes a problem with terraform apply -refresh=false after upgrade from v5.90.0 and below (#43534)
resource/aws_wafv2_regex_pattern_set: Remove maximum items limit on the regular_expression argument (#43693)