Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hashicorp/aws from 5.82.2 to 5.86.1 in /infrastructure #1624

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2025

Bumps hashicorp/aws from 5.82.2 to 5.86.1.

Release notes

Sourced from hashicorp/aws's releases.

v5.86.1

BUG FIXES:

  • data-source/aws_vpclattice_service: Fix regression resulting in AccessDeniedError attempting to list tags (#41295)
  • data-source/aws_vpclattice_service_network: Fix regression resulting in AccessDeniedError attempting to list tags (#41295)
  • resource/aws_cloudtrail: Fix regression issue where sns_topic_name shows perpectual diff when an ARN of a SNS topic from a different region is specified (#41279)
  • resource/aws_s3_bucket_lifecycle_configuration: Fixes "inconsistent result" error when rule[*].prefix is an empty string. (#41296)

v5.86.0

NOTES:

  • resource/aws_s3_bucket_lifecycle_configuration: When upgrading existing resources with no defined prefix, the Terraform plan will show the removal of prefix from state. This is expected, and should not occur on subsequent plans. (#41159)

ENHANCEMENTS:

  • data-source/aws_rds_cluster: Add monitoring_interval and monitoring_role_arn attributes (#41002)
  • provider: Support us-isof-east-1 and us-isof-south-1 as valid AWS Regions (#41243)
  • resource/aws_fms_policy: Add security_service_policy_data.policy_option.network_acl_common_policy argument to allow creation of FMS-managed NACL rules (#41219)
  • resource/aws_rds_cluster: Add monitoring_interval and monitoring_role_arn arguments (#41002)
  • resource/aws_sqs_queue: Accommodate accounts that take longer to process with customizable timeouts. (#41232)

BUG FIXES:

  • resource/aws_gamelift_game_server_group: Correctly plan tags_all value (#41256)
  • resource/aws_instance: Properly cancel spot instance requests on destroy when instance_lifecycle is spot (#41206)
  • resource/aws_route53_zone: Fix panic: runtime error: invalid memory address or nil pointer dereference when deleting the resource would otherwise return an error (#41260)
  • resource/aws_s3_bucket_lifecycle_configuration: Properly handle default value of transition_default_minimum_object_size (#41159)
  • resource/aws_wafv2_web_acl: Properly set rule during import (#41205)

v5.85.0

NOTES:

  • resource/aws_macie2_invitation_accepter: Maintainers are unable to acceptance test the regression fix included in this release. This patch is best effort, and we ask for community help in assessing the change. (#41163)

FEATURES:

  • New Data Source: aws_vpc_ipam (#40459)
  • New Data Source: aws_vpc_ipams (#40459)
  • New Ephemeral Resource: aws_secretsmanager_random_password (#41106)
  • New Resource: aws_guardduty_member_detector_feature (#35625)
  • New Resource: aws_route53domains_domain (#37885)
  • New Resource: aws_timestreamquery_scheduled_query (#41145)
  • New Resource: aws_vpclattice_resource_configuration (#41019)
  • New Resource: aws_vpclattice_service_network_resource_association (#41057)

ENHANCEMENTS:

  • data-source/aws_ec2_transit_gateway_dx_gateway_attachment: Add arn attribute (#41086)
  • data-source/aws_ec2_transit_gateway_peering_attachment: Add arn attribute (#41087)
  • data-source/aws_ec2_transit_gateway_vpc_attachment: Add arn attribute (#41084)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.86.1 (February 11, 2025)

BUG FIXES:

  • data-source/aws_vpclattice_service: Fix regression resulting in AccessDeniedError attempting to list tags (#41295)
  • data-source/aws_vpclattice_service_network: Fix regression resulting in AccessDeniedError attempting to list tags (#41295)
  • resource/aws_cloudtrail: Fix regression issue where sns_topic_name shows perpectual diff when an ARN of a SNS topic from a different region is specified (#41279)
  • resource/aws_s3_bucket_lifecycle_configuration: Fixes "inconsistent result" error when rule[*].prefix is an empty string. (#41296)

5.86.0 (February 6, 2025)

NOTES:

  • resource/aws_s3_bucket_lifecycle_configuration: When upgrading existing resources with no defined prefix, the Terraform plan will show the removal of prefix from state. This is expected, and should not occur on subsequent plans. (#41159)

ENHANCEMENTS:

  • data-source/aws_rds_cluster: Add monitoring_interval and monitoring_role_arn attributes (#41002)
  • provider: Support us-isof-east-1 and us-isof-south-1 as valid AWS Regions (#41243)
  • resource/aws_fms_policy: Add security_service_policy_data.policy_option.network_acl_common_policy argument to allow creation of FMS-managed NACL rules (#41219)
  • resource/aws_rds_cluster: Add monitoring_interval and monitoring_role_arn arguments (#41002)
  • resource/aws_sqs_queue: Accommodate accounts that take longer to process with customizable timeouts. (#41232)

BUG FIXES:

  • resource/aws_gamelift_game_server_group: Correctly plan tags_all value (#41256)
  • resource/aws_instance: Properly cancel spot instance requests on destroy when instance_lifecycle is spot (#41206)
  • resource/aws_route53_zone: Fix panic: runtime error: invalid memory address or nil pointer dereference when deleting the resource would otherwise return an error (#41260)
  • resource/aws_s3_bucket_lifecycle_configuration: Properly handle default value of transition_default_minimum_object_size (#41159)
  • resource/aws_wafv2_web_acl: Properly set rule during import (#41205)

5.85.0 (February 3, 2025)

NOTES:

  • resource/aws_macie2_invitation_accepter: Maintainers are unable to acceptance test the regression fix included in this release. This patch is best effort, and we ask for community help in assessing the change. (#41163)

FEATURES:

  • New Data Source: aws_vpc_ipam (#40459)
  • New Data Source: aws_vpc_ipams (#40459)
  • New Ephemeral Resource: aws_secretsmanager_random_password (#41106)
  • New Resource: aws_guardduty_member_detector_feature (#35625)
  • New Resource: aws_route53domains_domain (#37885)
  • New Resource: aws_timestreamquery_scheduled_query (#41145)
  • New Resource: aws_vpclattice_resource_configuration (#41019)
  • New Resource: aws_vpclattice_service_network_resource_association (#41057)

ENHANCEMENTS:

... (truncated)

Commits
  • c35b05f Merge pull request #41315 from hashicorp/release-5-86-1
  • 316d50a Updates unreleased version
  • 572a53d Update CHANGELOG.md for #41296
  • ce163e5 Merge pull request #41296 from hashicorp/b-s3-lifecycle-rule-prefix-empty
  • eb6f298 Linting fixes
  • 2b890b0 Updates test names
  • 4e298e6 Adds CHANGELOG entry
  • 33eb1a4 Adds tests for updating resources from provider v5.86.0
  • 852fc27 Adds checkNoncurrentVersionExpiration_VersionsAndDays and `checkSchemaV0Non...
  • de01d3d Update CHANGELOG.md for #41295
  • 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 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 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 5.82.2 to 5.86.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.82.2...v5.86.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Feb 11, 2025
Copy link

vercel bot commented Feb 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
opensocial ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 10:50pm

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2025

Superseded by #1627.

@dependabot dependabot bot closed this Feb 13, 2025
@dependabot dependabot bot deleted the dependabot/terraform/infrastructure/hashicorp/aws-5.86.1 branch February 13, 2025 22:44
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.

0 participants