Skip to content

Commit c8fb5b0

Browse files
chore(deps): update all dependencies (#1293)
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://redirect.github.com/hashicorp/terraform-provider-aws)) | required_provider | major | `5.100.0` -> `6.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2faws/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2faws/5.100.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/5.100.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | minor | `==1.38.36` -> `==1.39.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.38.36/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.38.36/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | minor | `==1.38.36` -> `==1.39.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.38.36/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.38.36/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.0.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#600-June-18-2025) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.100.0...v6.0.0) BREAKING CHANGES: - data-source/aws\_ami: The severity of the diagnostic returned when `most_recent` is `true` and owner and image ID filter criteria has been increased to an error. Existing configurations which were previously receiving a warning diagnostic will now fail to apply. To prevent this error, set the `owner` argument or include a `filter` block with an `image-id` or `owner-id` name/value pair. To continue using unsafe filter values with `most_recent` set to `true`, set the new `allow_unsafe_filter` argument to `true`. This is not recommended. ([#&#8203;42114](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42114)) - data-source/aws\_ecs\_task\_definition: Remove `inference_accelerator` attribute. Amazon Elastic Inference reached end of life on April, 2024. ([#&#8203;42137](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42137)) - data-source/aws\_ecs\_task\_execution: Remove `inference_accelerator_overrides` attribute. Amazon Elastic Inference reached end of life on April, 2024. ([#&#8203;42137](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42137)) - data-source/aws\_elbv2\_listener\_rule: The `action.authenticate_cognito`, `action.authenticate_oidc`, `action.fixed_response`, `action.forward`, `action.forward.stickiness`, `action.redirect`, `condition.host_header`, `condition.http_header`, `condition.http_request_method`, `condition.path_pattern`, `condition.query_string`, and `condition.source_ip` attributes are now list nested blocks instead of single nested blocks ([#&#8203;42283](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42283)) - data-source/aws\_identitystore\_user: `filter` has been removed ([#&#8203;42325](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42325)) - data-source/aws\_launch\_template: Remove `elastic_inference_accelerator` attribute. Amazon Elastic Inference reached end of life on April, 2024. ([#&#8203;42137](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42137)) - data-source/aws\_launch\_template: `elastic_gpu_specifications` has been removed ([#&#8203;42312](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42312)) - data-source/aws\_opensearch\_domain: `kibana_endpoint` has been removed ([#&#8203;42268](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42268)) - data-source/aws\_opensearchserverless\_security\_config: `saml_options` is now a list nested block instead of a single nested block ([#&#8203;42270](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42270)) - data-source/aws\_service\_discovery\_service: Remove `tags_all` attribute ([#&#8203;42136](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42136)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_application` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_custom_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_ecs_cluster_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_ganglia_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_haproxy_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_instance` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_java_app_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_memcached_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_mysql_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_nodejs_app_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_permission` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_php_app_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_rails_app_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_rds_db_instance` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_stack` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_static_web_layer` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the AWS OpsWorks Stacks service has reached [End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html), the `aws_opsworks_user_profile` resource has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: As the [AWS SDK for Go v2](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/welcome.html) does not support Amazon SimpleDB the `aws_simpledb_domain` resource has been removed. Add a [constraint](https://developer.hashicorp.com/terraform/language/providers/requirements#version-constraints) to v5 of the Terraform AWS Provider for continued use of this resource ([#&#8203;41775](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41775)) - provider: As the [AWS SDK for Go v2](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/welcome.html) does not support Amazon Worklink, the `aws_worklink_fleet` resource has been removed ([#&#8203;42059](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42059)) - provider: As the [AWS SDK for Go v2](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/welcome.html) does not support Amazon Worklink, the `aws_worklink_website_certificate_authority_association` resource has been removed ([#&#8203;42059](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42059)) - provider: The `aws_redshift_service_account` resource has been removed. AWS [recommends](https://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-bucket-permissions) that a [service principal name](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#principal-services) should be used instead of an AWS account ID in any relevant IAM policy ([#&#8203;41941](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41941)) - provider: The `endpoints.iotanalytics` and `endpoints.iotevents` configuration arguments have been removed ([#&#8203;42703](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42703)) - provider: The `endpoints.opsworks` configuration argument has been removed ([#&#8203;41948](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41948)) - provider: The `endpoints.simpledb` and `endpoints.sdb` configuration arguments have been removed ([#&#8203;41775](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41775)) - provider: The `endpoints.worklink` configuration argument has been removed ([#&#8203;42059](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42059)) - resource/aws\_accessanalyzer\_archive\_rule: `filter.exists` now only accepts one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_alb\_target\_group: `preserve_client_ip` now only accepts one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_api\_gateway\_account: The `reset_on_delete` argument has been removed ([#&#8203;42226](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42226)) - resource/aws\_api\_gateway\_deployment: Remove `canary_settings`, `execution_arn`, `invoke_url`, `stage_description`, and `stage_name` arguments. Instead, use the `aws_api_gateway_stage` resource to manage stages. ([#&#8203;42249](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42249)) - resource/aws\_batch\_compute\_environment: Rename `compute_environment_name` to `name` resource/aws\_batch\_compute\_environment: Rename `compute_environment_name_prefix` to `name_prefix` ([#&#8203;38050](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38050)) - resource/aws\_batch\_compute\_environment\_data\_source: Rename `compute_environment_name` to `name` ([#&#8203;38050](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38050)) - resource/aws\_batch\_job\_queue: Remove deprecated parameter `compute_environments` in place of `compute_environment_order` ([#&#8203;40751](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40751)) - resource/aws\_bedrock\_model\_invocation\_logging\_configuration: `logging_config`, `logging_config.cloudwatch_config`, `logging_config.cloudwatch_config.large_data_delivery_s3_config`, and `logging_config.s3_config` are now list nested blocks instead of single nested blocks ([#&#8203;42307](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42307)) - resource/aws\_cloudfront\_key\_value\_store: Attribute `id` is now set to remote object's `Id` instead of `name` ([#&#8203;42230](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42230)) - resource/aws\_cloudfront\_response\_headers\_policy: The `etag` argument is now computed only ([#&#8203;38448](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38448)) - resource/aws\_cloudtrail\_event\_data\_store: `suspend` now only accepts one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_cognito\_user\_in\_group: The `id` attribute is now a comma-delimited string concatenating the `user_pool_id`, `group_name`, and `username` arguments ([#&#8203;34082](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/34082)) - resource/aws\_cur\_report\_definition: The `s3_prefix` argument is now required ([#&#8203;38446](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38446)) - resource/aws\_db\_instance: `character_set_name` now cannot be set with `replicate_source_db`, `restore_to_point_in_time`, `s3_import`, or `snapshot_identifier`. ([#&#8203;42348](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42348)) - resource/aws\_dms\_endpoint: Remove `s3_settings` attribute. Use `aws_dms_s3_endpoint` instead ([#&#8203;42379](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42379)) - resource/aws\_dx\_gateway\_association: `vpn_gateway_id` has been removed ([#&#8203;42323](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42323)) - resource/aws\_ec2\_spot\_instance\_fleet: `terminate_instances_on_delete` now only accepts one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_ec2\_spot\_instance\_request: Remove `block_duration_minutes` attribute ([#&#8203;42060](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42060)) - resource/aws\_ecs\_task\_definition: Remove `inference_accelerator` attribute. Amazon Elastic Inference reached end of life on April, 2024. ([#&#8203;42137](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42137)) - resource/aws\_eip: `vpc` has been removed. Use `domain` instead. ([#&#8203;42340](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42340)) - resource/aws\_eks\_addon: `resolve_conflicts` has been removed. Use `resolve_conflicts_on_create` and `resolve_conflicts_on_update` instead. ([#&#8203;42318](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42318)) - resource/aws\_elasticache\_cluster: `auto_minor_version_upgrade` now only accepts one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_elasticache\_replication\_group: `at_rest_encryption_enabled` and `auto_minor_version_upgrade` now only accept one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_elasticache\_replication\_group: `auth_token_update_strategy` no longer has a default value. If `auth_token` is set, `auth_token_update_strategy` must also be explicitly configured. ([#&#8203;42336](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42336)) - resource/aws\_evidently\_feature: `variations.value.bool_value` now only accepts one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_flow\_log: `log_group_name` has been removed. Use `log_destination` instead. ([#&#8203;42333](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42333)) - resource/aws\_globalaccelerator\_accelerator: The `id` attribute is now computed only ([#&#8203;42097](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42097)) - resource/aws\_guardduty\_detector: Deprecates `datasources`. Use `aws_guardduty_detector_feature` resources instead. ([#&#8203;42436](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42436)) - resource/aws\_guardduty\_organization\_configuration: The `auto_enable` attribute has been removed ([#&#8203;42251](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42251)) - resource/aws\_identitystore\_group: `filter` has been removed ([#&#8203;42325](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42325)) - resource/aws\_imagebuilder\_container\_recipe: `instance_configuration.block_device_mapping.ebs.delete_on_termination` and `instance_configuration.block_device_mapping.ebs.encrypted` now only accept one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_imagebuilder\_image\_recipe: `block_device_mapping.ebs.delete_on_termination` and `block_device_mapping.ebs.encrypted` now only accept one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_instance: Remove `cpu_core_count` and `cpu_threads_per_core`. Instead, use `cpu_options`. ([#&#8203;42280](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42280)) - resource/aws\_instance: `user_data` now displays cleartext instead of a hash. Base64 encoded content should use `user_data_base64` instead. ([#&#8203;42078](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42078)) - resource/aws\_launch\_template: `block_device_mappings.ebs.delete_on_termination`, `block_device_mappings.ebs.encrypted`, `ebs_optimized`, `network_interfaces.associate_carrier_ip_address`, `network_interfaces.associate_public_ip_address`, `network_interfaces.delete_on_termination`, and `network_interfaces.primary_ipv6` now only accept one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_launch\_template: Remove `elastic_inference_accelerator` attribute. Amazon Elastic Inference reached end of life on April, 2024. ([#&#8203;42137](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42137)) - resource/aws\_launch\_template: `elastic_gpu_specifications` has been removed ([#&#8203;42312](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42312)) - resource/aws\_lb\_listener: `mutual_authentication` attributes `advertise_trust_store_ca_names`, `ignore_client_certificate_expiry`, and `trust_store_arn` are only valid if `mode` is `verify` ([#&#8203;42326](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42326)) - resource/aws\_lb\_target\_group: `preserve_client_ip` now only accepts one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_mq\_broker: `logs.audit` now only accepts one of `""` (empty string), `true`, or `false` ([#&#8203;42434](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42434)) - resource/aws\_networkmanager\_core\_network: The `base_policy_region` argument has been removed. Use `base_policy_regions` instead. ([#&#8203;38398](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38398)) - resource/aws\_opensearch\_domain: `kibana_endpoint` has been removed ([#&#8203;42268](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42268)) - resource/aws\_opensearchserverless\_security\_config: `saml_options` is now a list nested block instead of a single nested block ([#&#8203;42270](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42270)) - resource/aws\_paymentcryptography\_key: `key_attributes` and `key_attributes.key_modes_of_use` are now list nested blocks instead of single nested blocks. ([#&#8203;42264](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42264)) - resource/aws\_quicksight\_data\_set: `tags_all` has been removed ([#&#8203;42260](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42260)) - resource/aws\_redshift\_cluster: Attributes `cluster_public_key`, `cluster_revision_number`, and `endpoint` are now read only and should not be set ([#&#8203;42119](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42119)) - resource/aws\_redshift\_cluster: The `logging` attribute has been removed ([#&#8203;42013](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42013)) - resource/aws\_redshift\_cluster: The `publicly_accessible` attribute now defaults to `false` ([#&#8203;41978](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41978)) - resource/aws\_redshift\_cluster: The `snapshot_copy` attribute has been removed ([#&#8203;41995](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41995)) - resource/aws\_rekognition\_stream\_processor: `regions_of_interest.bounding_box` is now a list nested block instead of a single nested block ([#&#8203;41380](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41380)) - resource/aws\_resiliencehub\_resiliency\_policy: `policy`, `policy.az`, `policy.hardware`, `policy.software`, and `policy.region` are now list nested blocks instead of single nested blocks ([#&#8203;42297](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42297)) - resource/aws\_sagemaker\_app\_image\_config: Exactly one `code_editor_app_image_config`, `jupyter_lab_image_config`, or `kernel_gateway_image_config` block must be configured ([#&#8203;42753](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42753)) - resource/aws\_sagemaker\_image\_version: `id` is now a comma-delimited string concatenating `image_name` and `version` ([#&#8203;42536](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42536)) - resource/aws\_sagemaker\_notebook\_instance: Remove `accelerator_types` from your configuration—it no longer exists. Instead, use `instance_type` to use [Inferentia](https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-cloud.html). ([#&#8203;42099](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42099)) - resource/aws\_ssm\_association: Remove `instance_id` argument ([#&#8203;42224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42224)) - resource/aws\_verifiedpermissions\_schema: `definition` is now a list nested block instead of a single nested block ([#&#8203;42305](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42305)) - resource/aws\_wafv2\_web\_acl: `rule.statement.managed_rule_group_statement.managed_rule_group_configs.aws_managed_rules_bot_control_rule_set.enable_machine_learning` now defaults to `false` ([#&#8203;39858](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39858)) NOTES: - data-source/aws\_cloudtrail\_service\_account: This data source is deprecated. AWS recommends using a service principal name instead of an AWS account ID in any relevant IAM policy. ([#&#8203;42320](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42320)) - data-source/aws\_kms\_secret: This data source will be removed in a future version ([#&#8203;42524](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42524)) - data-source/aws\_region: The `name` attribute has been deprecated. All configurations using `name` should be updated to use the `region` attribute instead ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) - data-source/aws\_s3\_bucket: Add `bucket_region` attribute. Use of the `bucket_region` attribute instead of the `region` attribute is encouraged ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - data-source/aws\_servicequotas\_templates: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `aws_region` attribute instead ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) - data-source/aws\_ssmincidents\_replication\_set: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `regions` attribute instead ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - data-source/aws\_vpc\_endpoint\_service: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `service_region` attribute instead ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - data-source/aws\_vpc\_peering\_connection: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `requester_region` attribute instead ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - provider: Support for the global S3 endpoint is deprecated, along with the `s3_us_east_1_regional_endpoint` argument. The ability to use the global S3 endpoint will be removed in `v7.0.0`. ([#&#8203;42375](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42375)) - resource/aws\_cloudformation\_stack\_set\_instance: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `stack_set_instance_region` attribute instead ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - resource/aws\_codeconnections\_host: Deprecates `id` in favor of `arn` ([#&#8203;42232](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42232)) - resource/aws\_config\_aggregate\_authorization: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `authorized_aws_region` attribute instead ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - resource/aws\_dx\_hosted\_connection: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `connection_region` attribute instead ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - resource/aws\_elasticache\_replication\_group: The ability to provide an uppercase `engine` value is deprecated ([#&#8203;42419](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42419)) - resource/aws\_elasticache\_user: The ability to provide an uppercase `engine` value is deprecated ([#&#8203;42419](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42419)) - resource/aws\_elasticache\_user\_group: The ability to provide an uppercase `engine` value is deprecated ([#&#8203;42419](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42419)) - resource/aws\_elastictranscoder\_pipeline: This resource is deprecated. Use [AWS Elemental MediaConvert](https://aws.amazon.com/blogs/media/migrating-workflows-from-amazon-elastic-transcoder-to-aws-elemental-mediaconvert/) instead. ([#&#8203;42313](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42313)) - resource/aws\_elastictranscoder\_preset: This resource is deprecated. Use [AWS Elemental MediaConvert](https://aws.amazon.com/blogs/media/migrating-workflows-from-amazon-elastic-transcoder-to-aws-elemental-mediaconvert/) instead. ([#&#8203;42313](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42313)) - resource/aws\_evidently\_feature: This resource is deprecated. Use [AWS AppConfig feature flags](https://aws.amazon.com/blogs/mt/using-aws-appconfig-feature-flags/) instead. ([#&#8203;42227](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42227)) - resource/aws\_evidently\_launch: This resource is deprecated. Use [AWS AppConfig feature flags](https://aws.amazon.com/blogs/mt/using-aws-appconfig-feature-flags/) instead. ([#&#8203;42227](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42227)) - resource/aws\_evidently\_project: This resource is deprecated. Use [AWS AppConfig feature flags](https://aws.amazon.com/blogs/mt/using-aws-appconfig-feature-flags/) instead. ([#&#8203;42227](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42227)) - resource/aws\_evidently\_segment: This resource is deprecated. Use [AWS AppConfig feature flags](https://aws.amazon.com/blogs/mt/using-aws-appconfig-feature-flags/) instead. ([#&#8203;42227](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42227)) - resource/aws\_guardduty\_organization\_configuration: `datasources` now returns a deprecation warning ([#&#8203;42251](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42251)) - resource/aws\_kinesis\_analytics\_application: Effective January 27, 2026, AWS will no longer support Kinesis Data Analytics for SQL. This resource is deprecated and will be removed in a future version. Use the `aws_kinesisanalyticsv2_application` resource instead ([#&#8203;42102](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42102)) - resource/aws\_media\_store\_container: This resource is deprecated. It will be removed in a future version. Use S3, AWS MediaPackage, or other storage solution instead. ([#&#8203;42265](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42265)) - resource/aws\_media\_store\_container\_policy: This resource is deprecated. It will be removed in a future version. Use S3, AWS MediaPackage, or other storage solution instead. ([#&#8203;42265](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42265)) - resource/aws\_redshift\_cluster: The default value of `encrypted` is now `true` to match the AWS API. ([#&#8203;42631](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42631)) - resource/aws\_s3\_bucket: Add `bucket_region` attribute. Use of the `bucket_region` attribute instead of the `region` attribute is encouraged ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - resource/aws\_service\_discovery\_service: `health_check_custom_config.failure_threshold` is deprecated. The argument is no longer supported by AWS and is always set to 1 ([#&#8203;40777](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40777)) - resource/aws\_servicequotas\_template: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `aws_region` attribute instead ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) - resource/aws\_ssmincidents\_replication\_set: The `region` attribute has been deprecated. All configurations using `region` should be updated to use the `regions` attribute instead ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) ENHANCEMENTS: - data-source/aws\_ami: Add `allow_unsafe_filter` argument ([#&#8203;42114](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42114)) - data-source/aws\_availability\_zone: Add `group_long_name` attribute ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - data-source/aws\_availability\_zone: Mark `region` as Optional, allowing a value to be configured ([#&#8203;42014](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42014)) - resource/aws\_auditmanager\_assessment: Add plan-time validation of `roles.role_arn` and `roles.role_type` ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) - provider: Add enhanced `region` support to most resources, data sources, and ephemeral resources, allowing per-resource Region targeting without requiring multiple provider configurations. See the [Enhanced Region Support guide](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/enhanced-region-support) for more information. ([#&#8203;43075](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43075)) - resource/aws\_auditmanager\_control: Add plan-time validation of `control_mapping_sources.source_frequency`, `control_mapping_sources.source_set_up_option`, and `control_mapping_sources.source_type` ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) - resource/aws\_auditmanager\_framework\_share: Add plan-time validation of `destination_account` ([#&#8203;42741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42741)) - resource/aws\_auditmanager\_organization\_admin\_account\_registration: Add plan-time validation of `admin_account_id` ([#&#8203;42741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42741)) - resource/aws\_cognito\_user\_in\_group: Add import support ([#&#8203;34082](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/34082)) - resource/aws\_ecs\_service: Add `arn` attribute ([#&#8203;42733](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42733)) - resource/aws\_guardduty\_detector: Adds validation to `finding_publishing_frequency`. ([#&#8203;42436](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42436)) - resource/aws\_lb\_listener: `mutual_authentication` attribute `trust_store_arn` is required if `mode` is `verify` ([#&#8203;42326](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42326)) - resource/aws\_quicksight\_iam\_policy\_assignment: Add plan-time validation of `policy_arn` ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) - resource/aws\_sagemaker\_image\_version: Add `aliases` argument ([#&#8203;42610](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42610)) - resource/aws\_securitylake\_subscriber: Add plan-time validation of `access_type` `source.aws_log_source_resource.source_name`, and `subscriber_identity.external_id` ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) BUG FIXES: - resource/aws\_auditmanager\_control: Fix `Provider produced inconsistent result after apply` errors ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) - resource/aws\_redshift\_cluster: Fixes permanent diff when `encrypted` is not explicitly set to `true`. ([#&#8203;42631](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42631)) - resource/aws\_rekognition\_stream\_processor: Fix `regions_of_interest.bounding_box` and `regions_of_interest.polygon` argument validation ([#&#8203;41380](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41380)) - resource/aws\_sagemaker\_image\_version: Read the correct image version after creation rather than always fetching the latest ([#&#8203;42536](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42536)) - resource/aws\_securitylake\_subscriber: Change `access_type` to [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) ([#&#8203;42131](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42131)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.39.1`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1391) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.39.0...1.39.1) \====== - api-change:`cleanroomsml`: \[`botocore`] This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML. - api-change:`datazone`: \[`botocore`] Add support for the new optional domain-unit-id parameter in the UpdateProject API. - api-change:`ec2`: \[`botocore`] Add Context to GetInstanceTypesFromInstanceRequirements API - api-change:`odb`: \[`botocore`] This release adds API operations for Oracle Database@AWS. You can use the APIs to create Exadata infrastructure, ODB networks, and Exadata and Autonomous VM clusters inside AWS data centers. The infrastructure is managed by OCI. You can integrate these resources with AWS services. - api-change:`qbusiness`: \[`botocore`] New ChatResponseConfiguration to Customize Q Business chat responses for specific use cases and communication needs. Updated Boosting capability allowing admins to provide preference on date attributes for recency and/or provide a preferred data source. - api-change:`rds`: \[`botocore`] Amazon RDS Custom for Oracle now supports multi-AZ database instances. - api-change:`sagemaker`: \[`botocore`] Updated field validation requirements for InstanceGroups. ### [`v1.39.0`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1390) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.46...1.39.0) \====== - api-change:`arc-zonal-shift`: \[`botocore`] Added support for on-demand practice runs and balanced capacity checks in ARC autoshift practice. - api-change:`b2bi`: \[`botocore`] Updated APIs to support inbound EDI split capabilities and additional Partnership-level configurations of generated EDI files' contents and format. - api-change:`bedrock`: \[`botocore`] Add support for API Keys, Re-Ranker, implicit filter for RAG / KB evaluation for Bedrock APIs. - api-change:`bedrock-runtime`: \[`botocore`] Add API Key and document citations support for Bedrock Runtime APIs - api-change:`cloudformation`: \[`botocore`] Added support for UNKNOWN drift status. - api-change:`config`: \[`botocore`] Updated ResourceType enum with new resource types onboarded by AWS Config as of June 2025 - api-change:`connect`: \[`botocore`] This release introduces ChatMetrics to the model, providing comprehensive analytics insights for Amazon Connect chat conversations. Users can access these detailed metrics through the AWS Connect API by using the DescribeContact operation with their specific instance and contact IDs - api-change:`dataexchange`: \[`botocore`] This release updates resource Id with alphanumeric constraint, including Asset id, Revision id, Data Set id, Job id, and Event Action id. - api-change:`dynamodb`: \[`botocore`] This change adds support for witnesses in global tables. It also adds a new table status, REPLICATION\_NOT\_AUTHORIZED. This status will indicate scenarios where global replicas table can't be utilized for data plane operations. - api-change:`events`: \[`botocore`] Added support for EventBridge Dualstack endpoints in AWS GovCloud (US) regions (us-gov-east-1 and us-gov-west-1). The dualstack endpoints are identical for both FIPS and non-FIPS configurations, following the format: events.{region}.api.aws - api-change:`glue`: \[`botocore`] releasing source processing properties to support source properties for ODB integrations - api-change:`iam`: \[`botocore`] Updated IAM ServiceSpecificCredential support to include expiration, API Key output format instead of username and password for services that will support API keys, and the ability to list credentials for all users in the account for a given service configuration. - api-change:`logs`: \[`botocore`] Increase minimum length of queryId parameter to 1 character. - api-change:`medical-imaging`: \[`botocore`] Added new fields to support the concept of primary image sets within the storage hierarchy. - api-change:`networkflowmonitor`: \[`botocore`] Add ConflictExceptions to UpdateScope and DeleteScope operations for scopes being mutated. - api-change:`outposts`: \[`botocore`] Make ContactName and ContactPhoneNumber required fields when creating and updating Outpost Site Addresses. - api-change:`pcs`: \[`botocore`] Fixed the validation pattern for an instance profile Amazon Resource Name (ARN) in AWS PCS. - api-change:`quicksight`: \[`botocore`] Introduced custom permission capabilities for reporting content. Added menu option in exploration to preserve configuration data when textbox menu option is used. Added support for Athena trusted identity propagation. - api-change:`ssm`: \[`botocore`] Introduces AccessType, a new filter value for the DescribeSessions API. - api-change:`transfer`: \[`botocore`] Added support for dual-stack (IPv4 and IPv6) endpoints for SFTP public endpoints and VPC-internal endpoints (SFTP, FTPS, FTP, and AS2), enabling customers to configure new servers with IPv4 or dual-stack mode, convert existing servers to dual-stack, and use IPv6 with service APIs. - feature:`bedrock`: \[`botocore`] Add support for retrieving a Bearer token from environment variables to enable bearer authentication with Bedrock services. ### [`v1.38.46`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13846) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.45...1.38.46) \======= - api-change:`config`: \[`botocore`] Added important considerations to the PutConformancePack and PutOrganizationConformancPack APIs. - api-change:`connect`: \[`botocore`] This release adds the following value to an InitiateAs enum: COMPLETED - api-change:`glue`: \[`botocore`] AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK - api-change:`guardduty`: \[`botocore`] Update JSON target for Kubernetes workload resource type. - api-change:`qconnect`: \[`botocore`] Adding UnauthorizedException to public SDK - api-change:`rds`: \[`botocore`] StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault. - api-change:`sesv2`: \[`botocore`] Added support for new SES regions ### [`v1.38.45`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13845) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.44...1.38.45) \======= - api-change:`deadline`: \[`botocore`] Added fields to track cumulative task retry attempts for steps and jobs - api-change:`ec2`: \[`botocore`] This release adds support for OdbNetworkArn as a target in VPC Route Tables - api-change:`iot-managed-integrations`: \[`botocore`] Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations. - api-change:`keyspaces`: \[`botocore`] This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API. - api-change:`keyspacesstreams`: \[`botocore`] This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API. - api-change:`kms`: \[`botocore`] This release updates AWS CLI examples for KMS APIs. - api-change:`qbusiness`: \[`botocore`] Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer - api-change:`workspaces`: \[`botocore`] Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories ### [`v1.38.44`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13844) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.43...1.38.44) \======= - api-change:`ecs`: \[`botocore`] Updates for change to Amazon ECS default log driver mode from blocking to non-blocking - api-change:`fsx`: \[`botocore`] Add support for the ability to create Amazon S3 Access Points for Amazon FSx for OpenZFS file systems. - api-change:`s3`: \[`botocore`] Adds support for additional server-side encryption mode and storage class values for accessing Amazon FSx data from Amazon S3 using S3 Access Points - api-change:`s3control`: \[`botocore`] Add support for the ability to use Amazon S3 Access Points with Amazon FSx for OpenZFS file systems. - api-change:`storagegateway`: \[`botocore`] This release adds IPv6 support to the Storage Gateway APIs. APIs that previously only accept or return IPv4 address will now accept or return both IPv4 and IPv6 addresses. - api-change:`textract`: \[`botocore`] Add RotationAngle field to Geometry of WORD blocks for Textract AnalyzeDocument API - api-change:`workspaces-thin-client`: \[`botocore`] Remove Tags field from Get API responses ### [`v1.38.43`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13843) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.42...1.38.43) \======= - api-change:`aiops`: \[`botocore`] Adds support for cross account investigations for CloudWatch investigations AI Operations (AIOps). - api-change:`batch`: \[`botocore`] Add userdataType to LaunchTemplateSpecification and LaunchTemplateSpecificationOverride. - api-change:`bedrock`: \[`botocore`] We are making ListFoundationModelAgreementOffers, DeleteFoundationModelAgreement, CreateFoundationModelAgreement, GetFoundationModelAvailability, PutUseCaseForModelAccess and GetUseCaseForModelAccess APIs public, previously they were console. - api-change:`ec2`: \[`botocore`] This release allows you to create and register AMIs while maintaining their underlying EBS snapshots within Local Zones. - api-change:`elbv2`: \[`botocore`] Add Paginator for DescribeAccountLimits, and fix Paginators for DescribeTrustStoreAssociations, DescribeTrustStoreRevocations, and DescribeTrustStores - api-change:`gamelift`: \[`botocore`] Add support for UDP ping beacons to ListLocations API, including new PingBeacon and UDPEndpoint data types within its Locations return value. Use UDP ping beacon endpoints to help measure real-time network latency for multiplayer games. - api-change:`license-manager`: \[`botocore`] AWS License Manager now supports license type conversions for AWS Marketplace products. Customers can provide Marketplace codes in the source license context or destination license context in the CreateLicenseConversionTaskForResource requests. - api-change:`rds`: \[`botocore`] Adding support for RDS on Dedicated Local Zones, including local backup target, snapshot availability zone and snapshot target - api-change:`route53resolver`: \[`botocore`] Add support for iterative DNS queries through the new INBOUND\_DELEGATION endpoint. Add delegation support through the Outbound Endpoints with DELEGATE rules. - api-change:`transcribe`: \[`botocore`] This Feature Adds Support for the "et-EE" Locale for Batch Operations ### [`v1.38.42`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13842) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.41...1.38.42) \======= - api-change:`glue`: \[`botocore`] AWS Glue now supports sort and z-order strategy for managed automated compaction for Iceberg tables in addition to binpack. - api-change:`s3tables`: \[`botocore`] S3 Tables now supports sort and z-order compaction strategies for Iceberg tables in addition to binpack. - api-change:`workspaces-instances`: \[`botocore`] Added support for Amazon WorkSpaces Instances API ### [`v1.38.41`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13841) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.40...1.38.41) \======= - api-change:`bedrock`: \[`botocore`] Add support for tiers in Content Filters and Denied Topics for Amazon Bedrock Guardrails. - api-change:`ecs`: \[`botocore`] Add ECS support for Windows Server 2025 - api-change:`geo-places`: \[`botocore`] Geocode, ReverseGeocode, and GetPlace APIs added Intersections and SecondaryAddresses. To use, add to the AdditionalFeatures list in your request. This provides info about nearby intersections and secondary addresses that are associated with a main address. Also added MainAddress and ParsedQuery. - api-change:`glue`: \[`botocore`] AWS Glue Data Quality now provides aggregated metrics in evaluation results when publishAggregatedMetrics with row-level results are enabled. These metrics include summary statistics showing total counts of processed, passed, and failed rows and rules in a single view. - api-change:`mediaconvert`: \[`botocore`] This release adds a new SPECIFIED\_OPTIMAL option for handling DDS when using DVB-Sub with high resolution video. ### [`v1.38.40`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13840) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.39...1.38.40) \======= - api-change:`bedrock`: \[`botocore`] This release of the SDK has the API and documentation for the createcustommodel API. This feature lets you copy a trained model into Amazon Bedrock for inference. - api-change:`emr-serverless`: \[`botocore`] This release adds the capability to enable IAM IdentityCenter Trusted Identity Propagation for users running Interactive Sessions on EMR Serverless Applications. - api-change:`lambda`: \[`botocore`] Support Schema Registry feature for Kafka Event Source Mapping. Customers can now configure a Schema Registry to enable schema validation and filtering for Avro, Protobuf, and JSON-formatted events in Lambda for Kafka Event Source. - api-change:`payment-cryptography`: \[`botocore`] Additional support for managing HMAC keys that adheres to changes documented in X9.143-2021 and provides better interoperability for key import/export - api-change:`payment-cryptography-data`: \[`botocore`] Additional support for managing HMAC keys that adheres to changes documented in X9.143-2021 and provides better interoperability for key import/export - api-change:`sagemaker`: \[`botocore`] This release introduces alternative support for utilizing CFN templates from S3 for SageMaker Projects. ### [`v1.38.39`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13839) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.38...1.38.39) \======= - api-change:`aiops`: \[`botocore`] This is the initial SDK release for Amazon AI Operations (AIOps). AIOps is a generative AI-powered assistant that helps you respond to incidents in your system by scanning your system's telemetry and quickly surface suggestions that might be related to your issue. - api-change:`autoscaling`: \[`botocore`] Add IncludeInstances parameter to DescribeAutoScalingGroups API - api-change:`imagebuilder`: \[`botocore`] Added paginators for `imagebuilder`. - api-change:`logs`: \[`botocore`] Added CloudWatch Logs Transformer support for converting CloudTrail, VPC Flow, EKS Audit, AWS WAF and Route53 Resolver logs to OCSF v1.1 format. - api-change:`s3`: \[`botocore`] Added support for renaming objects within the same bucket using the new RenameObject API. - api-change:`sagemaker`: \[`botocore`] Add support for p6-b200 instance type for SageMaker Hyperpod ### [`v1.38.38`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13838) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.37...1.38.38) \======= - api-change:`accessanalyzer`: \[`botocore`] We are launching a new analyzer type, internal access analyzer. The new analyzer will generate internal access findings, which help customers understand who within their AWS organization or AWS Account has access to their critical AWS resources. - api-change:`acm`: \[`botocore`] Adds support for Exportable Public Certificates - api-change:`backup`: \[`botocore`] AWS Backup is adding support for integration of its logically air-gapped vaults with the AWS Organizations Multi-party approval capability. - api-change:`bedrock`: \[`botocore`] This release of the SDK has the API and documentation for the createcustommodel API. This feature lets you copy a trained model into Amazon Bedrock for inference. - api-change:`dms`: \[`botocore`] Add "Virtual" field to Data Provider as well as "S3Path" and "S3AccessRoleArn" fields to DataProvider settings - api-change:`guardduty`: \[`botocore`] Adding support for extended threat detection for EKS Audit Logs and EKS Runtime Monitoring. - api-change:`inspector2`: \[`botocore`] Add Code Repository Scanning as part of AWS InspectorV2 - api-change:`mpa`: \[`botocore`] This release enables customers to create Multi-party approval teams and approval requests to protect supported operations. - api-change:`network-firewall`: \[`botocore`] Release of Active Threat Defense in Network Firewall - api-change:`organizations`: \[`botocore`] Add support for policy operations on the SECURITYHUB_POLICY policy type. - api-change:`securityhub`: \[`botocore`] Adds operations, structures, and exceptions required for public preview release of Security Hub V2. - api-change:`sts`: \[`botocore`] The AWS Security Token Service APIs AssumeRoleWithSAML and AssumeRoleWithWebIdentity can now be invoked without pre-configured AWS credentials in the SDK configuration. - api-change:`wafv2`: \[`botocore`] AWS WAF can now suggest protection packs for you based on the application information you provide when you create a webACL. ### [`v1.38.37`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13837) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.36...1.38.37) \======= - api-change:`bedrock`: \[`botocore`] This release of the SDK has the API and documentation for the createcustommodel API. This feature lets you copy a Amazon SageMaker trained Amazon Nova model into Amazon Bedrock for inference. - api-change:`ecr`: \[`botocore`] The `DescribeImageScanning` API now includes `lastInUseAt` and `InUseCount` fields that can be used to prioritize vulnerability remediation for images that are actively being used. - api-change:`network-firewall`: \[`botocore`] You can now create firewalls using a Transit Gateway instead of a VPC, resulting in a TGW attachment. - api-change:`sagemaker`: \[`botocore`] This release 1) adds a new S3DataType Converse for SageMaker training 2)adds C8g R7gd M8g C6in P6 P6e instance type for SageMaker endpoint 3) adds m7i, r7i, c7i instance type for SageMaker Training and Processing. </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.39.1`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1391) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.39.0...1.39.1) \====== - api-change:`cleanroomsml`: This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML. - api-change:`datazone`: Add support for the new optional domain-unit-id parameter in the UpdateProject API. - api-change:`ec2`: Add Context to GetInstanceTypesFromInstanceRequirements API - api-change:`odb`: This release adds API operations for Oracle Database@AWS. You can use the APIs to create Exadata infrastructure, ODB networks, and Exadata and Autonomous VM clusters inside AWS data centers. The infrastructure is managed by OCI. You can integrate these resources with AWS services. - api-change:`qbusiness`: New ChatResponseConfiguration to Customize Q Business chat responses for specific use cases and communication needs. Updated Boosting capability allowing admins to provide preference on date attributes for recency and/or provide a preferred data source. - api-change:`rds`: Amazon RDS Custom for Oracle now supports multi-AZ database instances. - api-change:`sagemaker`: Updated field validation requirements for InstanceGroups. ### [`v1.39.0`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1390) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.46...1.39.0) \====== - api-change:`arc-zonal-shift`: Added support for on-demand practice runs and balanced capacity checks in ARC autoshift practice. - api-change:`b2bi`: Updated APIs to support inbound EDI split capabilities and additional Partnership-level configurations of generated EDI files' contents and format. - api-change:`bedrock`: Add support for API Keys, Re-Ranker, implicit filter for RAG / KB evaluation for Bedrock APIs. - api-change:`bedrock-runtime`: Add API Key and document citations support for Bedrock Runtime APIs - api-change:`cloudformation`: Added support for UNKNOWN drift status. - api-change:`config`: Updated ResourceTyp </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6afefbd commit c8fb5b0

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

.terraform.lock.hcl

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3 ==1.38.36
2-
botocore ==1.38.36
1+
boto3 ==1.39.1
2+
botocore ==1.39.1

0 commit comments

Comments
 (0)