Skip to content

Comments

chore(deps): bump hashicorp/aws from 6.32.1 to 6.33.0 in /terraform/website#312

Merged
j4y merged 1 commit intomainfrom
dependabot/terraform/terraform/website/hashicorp/aws-6.33.0
Feb 24, 2026
Merged

chore(deps): bump hashicorp/aws from 6.32.1 to 6.33.0 in /terraform/website#312
j4y merged 1 commit intomainfrom
dependabot/terraform/terraform/website/hashicorp/aws-6.33.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps hashicorp/aws from 6.32.1 to 6.33.0.

Release notes

Sourced from hashicorp/aws's releases.

v6.33.0

6.33.0 (February 18, 2026)

FEATURES:

  • New Resource: aws_networkmanager_attachment_routing_policy_label (#46489)

ENHANCEMENTS:

  • data-source/aws_launch_template: Add cpu_options.nested_virtualization and network_performance_options attributes (#46540)
  • data/aws_acmpca_certificate_authority: Add custom_path argument to revocation_configuration.crl_configuration configuration block (#46487)
  • resource/aws_acmpca_certificate_authority: Add custom_path argument to revocation_configuration.crl_configuration configuration block (#46487)
  • resource/aws_budgets_budget: Add filter_expression attribute (#46501)
  • resource/aws_dms_endpoint: Add access_alternate_directly, add_supplemental_logging, additional_archived_log_dest_id, allow_selected_nested_tables, archived_log_dest_id, archived_logs_only, asm_password, asm_server, asm_user, authentication_method, char_length_semantics, convert_timestamp_with_zone_to_utc, direct_path_no_log, direct_path_parallel_load, enable_homogenous_tablespace, extra_archived_log_dest_ids, fail_task_on_lob_truncation, number_datatype_scale, open_transaction_window, oracle_path_prefix, parallel_asm_read_threads, read_ahead_blocks, read_table_space_name, replace_path_prefix, retry_interval, secrets_manager_oracle_asm_access_role_arn, secrets_manager_oracle_asm_secret_id, security_db_encryption, security_db_encryption_name, spatial_data_option_to_geo_json_function_name, standby_delay_time, trim_space_in_char, use_alternate_folder_for_online, use_bfile, use_direct_path_full_load, use_logminer_reader, and use_path_prefixarguments to theoracle_settings` configuration block (#46516)
  • resource/aws_dms_endpoint: Add use_update_lookup argument to mongodb_settings configuration block (#46253)
  • resource/aws_ecs_task_definition: Add resource identity support (#46411)
  • resource/aws_instance: Add nested_virtualization attribute to cpu_options configuration block (#46533)
  • resource/aws_launch_template: Add nested_virtualization attribute to cpu_options configuration block (#46533)
  • resource/aws_launch_template: Add secondary_interfaces configuration block (#46540)
  • resource/aws_lexv2models_intent: Add qna_intent_configuration attribute (#46419)
  • resource/aws_sagemaker_domain: Add domain_settings.trusted_identity_propagation_settings argument (#44965)

BUG FIXES:

  • data-source/aws_route53_records: Fix runtime error: invalid memory address or nil pointer dereference panics when name_regex is an invalid regular expression (#46478)
  • resource/aws_cur_report_definition: Support ap-southeast-5 and eusc-de-east-1 as valid values for s3_region (#46475)
  • resource/aws_docdb_cluster: Allow adding and modifying serverless_v2_scaling_configuration without forcing cluster replacement (#45049)
  • resource/aws_lb: Fix ValidationError ... Member must have length less than or equal to 20 errors when more than 20 load balancer attributes are being modified (#46496)
  • resource/aws_sagemaker_image_version: Fix race condition when creating multiple versions concurrently (#44960)
  • resource/aws_subnet: Allows providing a cidr_block when allocating a subnet from an IPAM resource pool. (#46453)
  • resource/aws_subnet: Fix expected ipv6_netmask_length to be one of [44 48 52 56 60], got 64 validation error (#46515)
Changelog

Sourced from hashicorp/aws's changelog.

6.33.0 (February 18, 2026)

FEATURES:

  • New Resource: aws_networkmanager_attachment_routing_policy_label (#46489)

ENHANCEMENTS:

  • data-source/aws_launch_template: Add cpu_options.nested_virtualization and network_performance_options attributes (#46540)
  • data/aws_acmpca_certificate_authority: Add custom_path argument to revocation_configuration.crl_configuration configuration block (#46487)
  • resource/aws_acmpca_certificate_authority: Add custom_path argument to revocation_configuration.crl_configuration configuration block (#46487)
  • resource/aws_budgets_budget: Add filter_expression attribute (#46501)
  • resource/aws_dms_endpoint: Add access_alternate_directly, add_supplemental_logging, additional_archived_log_dest_id, allow_selected_nested_tables, archived_log_dest_id, archived_logs_only, asm_password, asm_server, asm_user, authentication_method, char_length_semantics, convert_timestamp_with_zone_to_utc, direct_path_no_log, direct_path_parallel_load, enable_homogenous_tablespace, extra_archived_log_dest_ids, fail_task_on_lob_truncation, number_datatype_scale, open_transaction_window, oracle_path_prefix, parallel_asm_read_threads, read_ahead_blocks, read_table_space_name, replace_path_prefix, retry_interval, secrets_manager_oracle_asm_access_role_arn, secrets_manager_oracle_asm_secret_id, security_db_encryption, security_db_encryption_name, spatial_data_option_to_geo_json_function_name, standby_delay_time, trim_space_in_char, use_alternate_folder_for_online, use_bfile, use_direct_path_full_load, use_logminer_reader, and use_path_prefixarguments to theoracle_settings` configuration block (#46516)
  • resource/aws_dms_endpoint: Add use_update_lookup argument to mongodb_settings configuration block (#46253)
  • resource/aws_ecs_task_definition: Add resource identity support (#46411)
  • resource/aws_instance: Add nested_virtualization attribute to cpu_options configuration block (#46533)
  • resource/aws_launch_template: Add nested_virtualization attribute to cpu_options configuration block (#46533)
  • resource/aws_launch_template: Add secondary_interfaces configuration block (#46540)
  • resource/aws_lexv2models_intent: Add qna_intent_configuration attribute (#46419)
  • resource/aws_sagemaker_domain: Add domain_settings.trusted_identity_propagation_settings argument (#44965)

BUG FIXES:

  • data-source/aws_route53_records: Fix runtime error: invalid memory address or nil pointer dereference panics when name_regex is an invalid regular expression (#46478)
  • resource/aws_cur_report_definition: Support ap-southeast-5 and eusc-de-east-1 as valid values for s3_region (#46475)
  • resource/aws_docdb_cluster: Allow adding and modifying serverless_v2_scaling_configuration without forcing cluster replacement (#45049)
  • resource/aws_lb: Fix ValidationError ... Member must have length less than or equal to 20 errors when more than 20 load balancer attributes are being modified (#46496)
  • resource/aws_sagemaker_image_version: Fix race condition when creating multiple versions concurrently (#44960)
  • resource/aws_subnet: Allows providing a cidr_block when allocating a subnet from an IPAM resource pool. (#46453)
  • resource/aws_subnet: Fix expected ipv6_netmask_length to be one of [44 48 52 56 60], got 64 validation error (#46515)
Commits
  • ea6e951 Merge pull request #46550 from hashicorp/prepare6.33.0
  • 2c65d7a Prepare for v6.33.0 release.
  • 4c369aa Update CHANGELOG.md for #46548
  • 5968d6b Merge pull request #46548 from hashicorp/ewbankkit-patch-1
  • 0347c15 Merge pull request #46540 from cheenar-aws/f-aws_ec2_launch_template-secondar...
  • 3ff5591 Update internal/service/ec2/ec2_launch_template_test.go
  • f983716 Fix race condition in AWS SageMaker image version creation
  • 034759c Update website/docs/r/launch_template.html.markdown
  • 03668f0 Fix 'TestAccEC2LaunchTemplate_CreditSpecification_nonBurstable'.
  • f88d909 Merge pull request #45049 from tobias-schuemann/b-aws_docdb_cluster-serverles...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 6.32.1 to 6.33.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.32.1...v6.33.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Feb 23, 2026
@j4y j4y merged commit 0aa3a5d into main Feb 24, 2026
3 checks passed
@j4y j4y deleted the dependabot/terraform/terraform/website/hashicorp/aws-6.33.0 branch February 24, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant