Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

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

Release notes

Sourced from hashicorp/aws's releases.

v5.99.1

BUG FIXES:

  • resource/aws_fms_admin_account: Fix panic: runtime error: invalid memory address or nil pointer dereference (#42813)
  • resource/aws_lb: Ignore InvalidAction exceptions for DescribeCapacityReservation operations. This fixes a regression introduced in v5.99.0 (#42812)
  • resource/aws_s3_bucket_lifecycle_configuration: Correctly handles switching child attributes of rule.filter. (#42655)
Changelog

Sourced from hashicorp/aws's changelog.

5.99.1 (May 30, 2025)

BUG FIXES:

  • resource/aws_fms_admin_account: Fix panic: runtime error: invalid memory address or nil pointer dereference (#42813)
  • resource/aws_lb: Ignore InvalidAction exceptions for DescribeCapacityReservation operations. This fixes a regression introduced in v5.99.0 (#42812)
  • resource/aws_s3_bucket_lifecycle_configuration: Correctly handles switching child attributes of rule.filter. (#42655)

5.99.0 (May 29, 2025)

FEATURES:

  • New Resource: aws_notifications_channel_association (#42575)
  • New Resource: aws_notifications_event_rule (#42575)
  • New Resource: aws_notifications_notification_configuration (#42575)
  • New Resource: aws_notifications_notification_hub (#42544)
  • New Resource: aws_notificationscontacts_email_contact (#42575)
  • New Resource: aws_quicksight_account_settings (#42185)
  • New Resource: aws_workspacesweb_browser_settings (#42681)
  • New Resource: aws_workspacesweb_network_settings (#42722)
  • New Resource: aws_workspacesweb_user_settings (#42783)

ENHANCEMENTS:

  • data-source/aws_ami: Add block_device_mappings.ebs["volume_initialization_rate"] attribute (#42684)
  • data-source/aws_launch_template: Add block_device_mappings.ebs.volume_initialization_rate attribute (#42684)
  • data-source/aws_verifiedpermissions_policy_store: Add tags attribute. This functionality requires the verifiedpermissions:ListTagsForResource IAM permission (#42663)
  • resource/aws_ecs_service: Add volume_configuration.managed_ebs_volume.volume_initialization_rate argument (#42750)
  • resource/aws_launch_template: Add block_device_mappings.ebs.volume_initialization_rate argument (#42684)
  • resource/aws_lb: Add minimum_load_balancer_capacity configuration block. This functionality requires the elasticloadbalancing:DescribeCapacityReservations and elasticloadbalancing:ModifyCapacityReservation IAM permissions (#42685)
  • resource/aws_organizations_account: Allow name to be updated in-place. This functionality requires the account:PutAccountName IAM permission (#42350)
  • resource/aws_securityhub_standards_subscription: Add configurable Create and Delete timeouts (#42759)
  • resource/aws_verifiedpermissions_policy_store: Add tags argument and tags_all attribute. This functionality requires the verifiedpermissions:ListTagsForResource, verifiedpermissions:TagResource, and verifiedpermissions:UntagResource IAM permissions (#42663)

BUG FIXES:

  • data-source/aws_ecr_repository_creation_template: prefix can now be up to 256 characters (#42723)
  • resource/aws_cloudwatch_log_stream: Fix to return the first matched stream name during the read operation. This fixes a regression introduced in v5.83.0 (#42719)
  • resource/aws_cognitoidp_user_pool: Fix crash when the user_pool_add_ons.advanced_security_additional_flows block is non-empty, but contains only a single nil value. (#42793)
  • resource/aws_ecr_repository_creation_template: prefix can now be up to 256 characters (#42723)
  • resource/aws_elasticache_replication_group: Fix crash during read operations where configuration endpoint and node groups are nil and empty, respectively (#42726)
  • resource/aws_s3_bucket: Ensure that HeadBucket S3 API calls are made using configured credentials. This fixes a regression introduced in v5.98.0 (#42786)
  • resource/aws_s3_bucket_lifecycle_configuration: No longer returns warning on empty rule.filter. (#42624)
  • resource/aws_vpc_endpoint: Fix issue where dns_options were not being updated correctly when private_dns_enabled was set to true (#42746)

5.98.0 (May 15, 2025)

FEATURES:

  • New Data Source: aws_account_primary_contact (#42526)

... (truncated)

Commits
  • c018c07 Update CHANGELOG.md for #42813
  • 3b6054a Merge pull request #42813 from hashicorp/b-aws_fms_admin_account-crash
  • 7fd502c Merge pull request #42812 from hashicorp/b-aws_lb.DescribeCapacityReservation...
  • 4f2159e Merge pull request #42816 from hashicorp/next-release-v5.99.1
  • 72a3131 Merge pull request #42817 from hashicorp/dependabot/go_modules/dot-ci/tools/g...
  • 9edf921 Merge branch 'main' into next-release-v5.99.1
  • e1724d3 Bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.1 in /.ci/tools
  • f0ce5a1 Update CHANGELOG.md for #42655
  • a59a095 Merge pull request #42655 from hashicorp/b-s3-bucket-lifecycle-change-filter
  • 7590b1c Next release is v5.99.1.
  • Additional commits viewable in compare view

Updates terraform-aws-modules/lambda/aws from 7.20.2 to 7.21.0

Release notes

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

v7.21.0

7.21.0 (2025-05-16)

Features

  • Add buildx and multi-stage build support to docker-build module (#679) (29893ab)

v7.20.3

7.20.3 (2025-05-16)

Bug Fixes

  • Do not expose output from build command in Docker (#677) (75ee97d)
Changelog

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

7.21.0 (2025-05-16)

Features

  • Add buildx and multi-stage build support to docker-build module (#679) (29893ab)

7.20.3 (2025-05-16)

Bug Fixes

  • Do not expose output from build command in Docker (#677) (75ee97d)
Commits
  • f1f06ed chore(release): version 7.21.0 [skip ci]
  • 29893ab feat: Add buildx and multi-stage build support to docker-build module (#679)
  • c7ee15f chore(release): version 7.20.3 [skip ci]
  • 75ee97d fix: Do not expose output from build command in Docker (#677)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 5.99.1
- [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@v5.97.0...v5.99.1)

Updates `terraform-aws-modules/lambda/aws` from 7.20.2 to 7.21.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@v7.20.2...v7.21.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 5.99.1
  dependency-type: direct:production
  dependency-group: terraform
- dependency-name: terraform-aws-modules/lambda/aws
  dependency-version: 7.21.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 Jun 1, 2025
@ialejandro ialejandro merged commit 94b0c41 into main Jun 3, 2025
2 checks passed
@ialejandro ialejandro deleted the dependabot/terraform/terraform/terraform-858a457e5d branch June 3, 2025 09:16
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