Skip to content

build(deps): bump the terraform group in /terraform with 2 updates#56

Merged
ialejandro merged 1 commit intomainfrom
dependabot/terraform/terraform/terraform-c58b8aa0e9
Mar 2, 2026
Merged

build(deps): bump the terraform group in /terraform with 2 updates#56
ialejandro merged 1 commit intomainfrom
dependabot/terraform/terraform/terraform-c58b8aa0e9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Updates the requirements on hashicorp/aws and terraform-aws-modules/lambda/aws to permit the latest version.
Updates hashicorp/aws to 6.34.0

Release notes

Sourced from hashicorp/aws's releases.

v6.34.0

6.34.0 (February 25, 2026)

FEATURES:

  • New List Resource: aws_ec2_secondary_network (#46552)
  • New List Resource: aws_ec2_secondary_subnet (#46552)
  • New List Resource: aws_ecr_task_definition (#46628)
  • New List Resource: aws_elb (#46639)
  • New List Resource: aws_s3_bucket_lifecycle_configuration (#46531)
  • New Resource: aws_networkmanager_prefix_list_association (#46566)

ENHANCEMENTS:

  • data-source/aws_grafana_workspace: Add kms_key_id attribute (#46584)
  • data-source/aws_memorydb_cluster: Add network_type and ip_discovery attributes (#46636)
  • resource/aws_athena_workgroup: Add configuration.query_results_s3_access_grants_configuration argument (#46376)
  • resource/aws_bedrockagentcore_api_key_credential_provider: Add tagging support (#46591)
  • resource/aws_bedrockagentcore_gateway_target: Add metadata_configuration block for HTTP header and query parameter propagation (#45808)
  • resource/aws_bedrockagentcore_oauth2_credential_provider: Add tagging support (#46590)
  • resource/aws_cloudwatch_event_connection: Add auth_parameters.connectivity_parameters argument (#41561)
  • resource/aws_ecs_service: Add service_connect_configuration.access_log_configuration argument (#45820)
  • resource/aws_ecs_service: Add resource identity support (#46644)
  • resource/aws_eip_domain_name: Add import support (#46582)
  • resource/aws_grafana_workspace: Add kms_key_id argument (#46584)
  • resource/aws_instance: Allow cpu_options.core_count, cpu_options.nested_virtualization, and cpu_options.threads_per_core to be updated in-place (#46568)
  • resource/aws_lb_target_group_attachment: Add import support (#46646)
  • resource/aws_lb_target_group_attachment: Add resource identity (#46646)
  • resource/aws_memorydb_cluster: Add network_type and ip_discovery arguments (#46636)
  • resource/aws_opensearch_domain: Add jwt_options attribute (#46439)
  • resource/aws_wafv2_web_acl_rule_group_association: Add support for managed_rule_group_configs within managed_rule_group and root-level visibility_config block for CloudWatch metrics configuration (#44426)

BUG FIXES:

  • data-source/aws_dms_endpoint: Add missing mongodb_settings.use_update_lookup attribute to fix "invalid address to set" error (#46616)
  • data-source/aws_iam_policy_document: Fix crash when statement.principals.identifiers contains a non-string value (#46226)
  • list-resource/aws_s3_object: Includes parent bucket in display name. (#46596)
  • resource/aws_autoscaling_group: Fix couldn't find resource (21 retries) errors updating load_balancers, target_group_arns, and traffic_source (#46622)
  • resource/aws_bedrockagentcore_gateway_target: Add credential_provider_configuration.oauth.default_return_url and credential_provider_configuration.oauth.grant_type arguments (#46127)
  • resource/aws_bedrockagentcore_gateway_target: Retry IAM eventual consistency errors on Create (#46127)
  • resource/aws_billing_view: Fix "inconsistent result after apply" errors caused by ordering of data_filter_expression.dimensions.values (#46462)
  • resource/aws_s3tables_table_bucket: Change encryption_configuration to Optional and Computed, fixing unexpected new value: .encryption_configuration: was null, but now cty.ObjectVal(map[string]cty.Value{"kms_key_arn":cty.NullVal(cty.String),"sse_algorithm":cty.StringVal("AES256")}) errors (#46150)
  • resource/aws_subnet: Fixed IPv6 CIDR block validation and assignment to IPAM-provisioned subnets. (#46556)
  • resource/aws_vpc_endpoint: Fix InvalidParameter: DnsOptions PrivateDnsOnlyForInboundResolverEndpoint is applicable only to Interface VPC Endpoints errors when creating S3Tables VPC endpoints (#46102)
Changelog

Sourced from hashicorp/aws's changelog.

6.34.0 (February 25, 2026)

FEATURES:

  • New List Resource: aws_ec2_secondary_network (#46552)
  • New List Resource: aws_ec2_secondary_subnet (#46552)
  • New List Resource: aws_ecr_task_definition (#46628)
  • New List Resource: aws_elb (#46639)
  • New List Resource: aws_s3_bucket_lifecycle_configuration (#46531)
  • New Resource: aws_networkmanager_prefix_list_association (#46566)

ENHANCEMENTS:

  • data-source/aws_grafana_workspace: Add kms_key_id attribute (#46584)
  • data-source/aws_memorydb_cluster: Add network_type and ip_discovery attributes (#46636)
  • resource/aws_athena_workgroup: Add configuration.query_results_s3_access_grants_configuration argument (#46376)
  • resource/aws_bedrockagentcore_api_key_credential_provider: Add tagging support (#46591)
  • resource/aws_bedrockagentcore_gateway_target: Add metadata_configuration block for HTTP header and query parameter propagation (#45808)
  • resource/aws_bedrockagentcore_oauth2_credential_provider: Add tagging support (#46590)
  • resource/aws_cloudwatch_event_connection: Add auth_parameters.connectivity_parameters argument (#41561)
  • resource/aws_ecs_service: Add service_connect_configuration.access_log_configuration argument (#45820)
  • resource/aws_ecs_service: Add resource identity support (#46644)
  • resource/aws_eip_domain_name: Add import support (#46582)
  • resource/aws_grafana_workspace: Add kms_key_id argument (#46584)
  • resource/aws_instance: Allow cpu_options.core_count, cpu_options.nested_virtualization, and cpu_options.threads_per_core to be updated in-place (#46568)
  • resource/aws_lb_target_group_attachment: Add import support (#46646)
  • resource/aws_lb_target_group_attachment: Add resource identity (#46646)
  • resource/aws_memorydb_cluster: Add network_type and ip_discovery arguments (#46636)
  • resource/aws_opensearch_domain: Add jwt_options attribute (#46439)
  • resource/aws_wafv2_web_acl_rule_group_association: Add support for managed_rule_group_configs within managed_rule_group and root-level visibility_config block for CloudWatch metrics configuration (#44426)

BUG FIXES:

  • data-source/aws_dms_endpoint: Add missing mongodb_settings.use_update_lookup attribute to fix "invalid address to set" error (#46616)
  • data-source/aws_iam_policy_document: Fix crash when statement.principals.identifiers contains a non-string value (#46226)
  • list-resource/aws_s3_object: Includes parent bucket in display name. (#46596)
  • resource/aws_autoscaling_group: Fix couldn't find resource (21 retries) errors updating load_balancers, target_group_arns, and traffic_source (#46622)
  • resource/aws_bedrockagentcore_gateway_target: Add credential_provider_configuration.oauth.default_return_url and credential_provider_configuration.oauth.grant_type arguments (#46127)
  • resource/aws_bedrockagentcore_gateway_target: Retry IAM eventual consistency errors on Create (#46127)
  • resource/aws_billing_view: Fix "inconsistent result after apply" errors caused by ordering of data_filter_expression.dimensions.values (#46462)
  • resource/aws_s3tables_table_bucket: Change encryption_configuration to Optional and Computed, fixing unexpected new value: .encryption_configuration: was null, but now cty.ObjectVal(map[string]cty.Value{"kms_key_arn":cty.NullVal(cty.String),"sse_algorithm":cty.StringVal("AES256")}) errors (#46150)
  • resource/aws_subnet: Fixed IPv6 CIDR block validation and assignment to IPAM-provisioned subnets. (#46556)
  • resource/aws_vpc_endpoint: Fix InvalidParameter: DnsOptions PrivateDnsOnlyForInboundResolverEndpoint is applicable only to Interface VPC Endpoints errors when creating S3Tables VPC endpoints (#46102)

6.33.0 (February 18, 2026)

FEATURES:

  • New Resource: aws_networkmanager_attachment_routing_policy_label (#46489)

... (truncated)

Commits
  • b53a72b Merge pull request #46657 from hashicorp/dependabot/go_modules/github.com/clo...
  • fdc8ec7 .ci/providerlint(deps): bump github.com/cloudflare/circl
  • 208d14c Update go.mod and go.sum for .ci/tools
  • 840a800 chore: make clean-tidy
  • b06c8e6 Update CHANGELOG.md for #46655
  • e7d7d83 Prepare for v6.34.0 release (#46655)
  • 78285ad Merge pull request #46646 from hashicorp/b-lb-target-group-attch-import
  • 577b429 Fix athena test breakage
  • 5aa04de Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3
  • e52e898 Fix IAM test break, intermittent
  • Additional commits viewable in compare view

Updates terraform-aws-modules/lambda/aws from 8.4.0 to 8.7.0

Release notes

Sourced from terraform-aws-modules/lambda/aws's releases.

v8.7.0

8.7.0 (2026-02-18)

Features

  • Add support for durable lambda feature (#731) (582013a)

v8.6.0

8.6.0 (2026-02-18)

Features

  • Add deletion_protection_enabled argument for lambda log group (#736) (9b6ba43)

v8.5.1

8.5.1 (2026-02-18)

Bug Fixes

  • Fix error with inconsistent values for fileexists when setting the source code hash (#734) (99a1bc5)

v8.5.0

8.5.0 (2026-02-02)

Features

  • Filter the directories/files hashed when using commands with patterns, docs and examples fixes (#720) (daa5dfc)
Changelog

Sourced from terraform-aws-modules/lambda/aws's changelog.

8.7.0 (2026-02-18)

Features

  • Add support for durable lambda feature (#731) (582013a)

8.6.0 (2026-02-18)

Features

  • Add deletion_protection_enabled argument for lambda log group (#736) (9b6ba43)

8.5.1 (2026-02-18)

Bug Fixes

  • Fix error with inconsistent values for fileexists when setting the source code hash (#734) (99a1bc5)

8.5.0 (2026-02-02)

Features

  • Filter the directories/files hashed when using commands with patterns, docs and examples fixes (#720) (daa5dfc)
Commits
  • 4cfa5b4 chore(release): version 8.7.0 [skip ci]
  • 582013a feat: Add support for durable lambda feature (#731)
  • 650141f chore(release): version 8.6.0 [skip ci]
  • 9b6ba43 feat: Add deletion_protection_enabled argument for lambda log group (#736)
  • aadff8d chore(release): version 8.5.1 [skip ci]
  • 99a1bc5 fix: Fix error with inconsistent values for fileexists when setting the sourc...
  • 55abacb chore(release): version 8.5.0 [skip ci]
  • daa5dfc feat: Filter the directories/files hashed when using commands with patterns, ...
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) to permit the latest version.

Updates `hashicorp/aws` to 6.34.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.30.0...v6.34.0)

Updates `terraform-aws-modules/lambda/aws` from 8.4.0 to 8.7.0
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-lambda/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-lambda@v8.4.0...v8.7.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.34.0
  dependency-type: direct:production
  dependency-group: terraform
- dependency-name: terraform-aws-modules/lambda/aws
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependency-management Dependabot updates enhancement New feature or request labels Mar 1, 2026
@ialejandro ialejandro merged commit e53e6ec into main Mar 2, 2026
2 checks passed
@ialejandro ialejandro deleted the dependabot/terraform/terraform/terraform-c58b8aa0e9 branch March 2, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-management Dependabot updates enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants