Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on hashicorp/aws, terraform-aws-modules/cloudwatch/aws, terraform-aws-modules/lambda/aws and terraform-aws-modules/sns/aws to permit the latest version.
Updates hashicorp/aws to 6.19.0

Release notes

Sourced from hashicorp/aws's releases.

v6.19.0

6.19.0 (October 30, 2025)

FEATURES:

  • New Data Source: aws_ecrpublic_images (#44795)
  • New Resource: aws_lakeformation_identity_center_configuration (#44867)

ENHANCEMENTS:

  • action/aws_lambda_invoke: Output logs in a progress message when log_type is Tail (#44843)
  • data-source/aws_imagebuilder_image_recipe: Add ami_tags attribute (#44731)
  • data-source/aws_lb_listener_rule: Add regex_values attribute to condition.host_header, condition.http_header and condition.path_pattern blocks (#44741)
  • data-source/aws_lb_listener_rule: Add transform attribute (#44702)
  • resource/aws_bedrockagentcore_gateway: Add validator to ensure correct authorizer_configuration and authorizer_type config (#44826)
  • resource/aws_emrserverless_application: Add monitoring_configuration argument (#43317)
  • resource/aws_emrserverless_application: Add runtime_configuration argument (#43302)
  • resource/aws_identitystore_group: Adds arn attribute. (#44867)
  • resource/aws_imagebuilder_image_recipe: Add ami_tags argument (#44731)
  • resource/aws_lb_listener_rule: Add regex_values argument to condition.host_header, condition.http_header and condition.path_pattern blocks (#44741)
  • resource/aws_lb_listener_rule: Add transform configuration block (#44702)
  • resource/aws_lb_listener_rule: The values argument in condition.host_header, condition.http_header and condition.path_pattern is now optional (#44741)
  • resource/aws_quicksight_data_set: Increase upper limit of physical_table_map.relational_table.name from 64 to 256 characters (#44807)
  • resource/aws_sagemaker_notebook_instance: Add notebook-al2023-v1 to valid platform_identifier values (#44570)
  • resource/aws_sqs_queue: Remove account_id and region from Resource Identity schema (#44846)
  • resource/aws_sqs_queue_policy: Remove account_id and region from Resource Identity schema (#44846)
  • resource/aws_sqs_queue_redrive_allow_policy: Remove account_id and region from Resource Identity schema (#44846)
  • resource/aws_sqs_queue_redrive_policy: Remove account_id and region from Resource Identity schema (#44846)

BUG FIXES:

  • data-source/aws_lakeformation_permissions: Allows IAM Identity Center Groups as principal. (#44867)
  • provider: Fix crash when setting override region during provider initialization (#44860)
  • resource/aws_bedrockagentcore_gateway: Change authorizer_configuration block from Required to Optional (#44812)
  • resource/aws_bedrockagentcore_gateway: Mark authorizer_type argument as ForceNew (#44812)
  • resource/aws_lakeformation_permissions: Allows IAM Identity Center Groups as principal. (#44867)
Changelog

Sourced from hashicorp/aws's changelog.

6.19.0 (October 30, 2025)

FEATURES:

  • New Data Source: aws_ecrpublic_images (#44795)
  • New Resource: aws_lakeformation_identity_center_configuration (#44867)

ENHANCEMENTS:

  • action/aws_lambda_invoke: Output logs in a progress message when log_type is Tail (#44843)
  • data-source/aws_imagebuilder_image_recipe: Add ami_tags attribute (#44731)
  • data-source/aws_lb_listener_rule: Add regex_values attribute to condition.host_header, condition.http_header and condition.path_pattern blocks (#44741)
  • data-source/aws_lb_listener_rule: Add transform attribute (#44702)
  • resource/aws_bedrockagentcore_gateway: Add validator to ensure correct authorizer_configuration and authorizer_type config (#44826)
  • resource/aws_emrserverless_application: Add monitoring_configuration argument (#43317)
  • resource/aws_emrserverless_application: Add runtime_configuration argument (#43302)
  • resource/aws_identitystore_group: Adds arn attribute. (#44867)
  • resource/aws_imagebuilder_image_recipe: Add ami_tags argument (#44731)
  • resource/aws_lb_listener_rule: Add regex_values argument to condition.host_header, condition.http_header and condition.path_pattern blocks (#44741)
  • resource/aws_lb_listener_rule: Add transform configuration block (#44702)
  • resource/aws_lb_listener_rule: The values argument in condition.host_header, condition.http_header and condition.path_pattern is now optional (#44741)
  • resource/aws_quicksight_data_set: Increase upper limit of physical_table_map.relational_table.name from 64 to 256 characters (#44807)
  • resource/aws_sagemaker_notebook_instance: Add notebook-al2023-v1 to valid platform_identifier values (#44570)
  • resource/aws_sqs_queue: Remove account_id and region from Resource Identity schema (#44846)
  • resource/aws_sqs_queue_policy: Remove account_id and region from Resource Identity schema (#44846)
  • resource/aws_sqs_queue_redrive_allow_policy: Remove account_id and region from Resource Identity schema (#44846)
  • resource/aws_sqs_queue_redrive_policy: Remove account_id and region from Resource Identity schema (#44846)

BUG FIXES:

  • data-source/aws_lakeformation_permissions: Allows IAM Identity Center Groups as principal. (#44867)
  • provider: Fix crash when setting override region during provider initialization (#44860)
  • resource/aws_bedrockagentcore_gateway: Change authorizer_configuration block from Required to Optional (#44812)
  • resource/aws_bedrockagentcore_gateway: Mark authorizer_type argument as ForceNew (#44812)
  • resource/aws_lakeformation_permissions: Allows IAM Identity Center Groups as principal. (#44867)

6.18.0 (October 23, 2025)

NOTES:

  • data-source/aws_organizations_organization: The accounts.status and non_master_accounts.status attributes are deprecated. Use the accounts.state and non_master_accounts.state attributes instead. (#44327)
  • data-source/aws_organizations_organizational_unit_child_accounts: The accounts.status attribute is deprecated. Use accounts.state instead. (#44327)
  • data-source/aws_organizations_organizational_unit_descendant_accounts: The accounts.status attribute is deprecated. Use accounts.state instead. (#44327)
  • resource/aws_organizations_account: The status attribute is deprecated. Use state instead. (#44327)
  • resource/aws_organizations_organization: The accounts.status and non_master_accounts.status attributes are deprecated. Use the accounts.state and non_master_accounts.state attributes instead. (#44327)

FEATURES:

  • New Resource: aws_bedrockagentcore_memory (#44306)
  • New Resource: aws_bedrockagentcore_memory_strategy (#44306)

... (truncated)

Commits

Updates terraform-aws-modules/cloudwatch/aws from 5.7.1 to 5.7.2

Release notes

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

v5.7.2

5.7.2 (2025-10-21)

Bug Fixes

  • Update CI workflow versions to latest (#78) (f06e96f)
Changelog

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

5.7.2 (2025-10-21)

Bug Fixes

  • Update CI workflow versions to latest (#78) (f06e96f)
Commits

Updates terraform-aws-modules/lambda/aws from 8.1.0 to 8.1.2

Release notes

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

v8.1.2

8.1.2 (2025-10-22)

Bug Fixes

  • Make quiet_archive_local_exec properly suppress Poetry/pip/npm output (#709) (bae0385)

v8.1.1

8.1.1 (2025-10-21)

Bug Fixes

  • Update CI workflow versions to latest (#713) (feb4561)
Changelog

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

8.1.2 (2025-10-22)

Bug Fixes

  • Make quiet_archive_local_exec properly suppress Poetry/pip/npm output (#709) (bae0385)

8.1.1 (2025-10-21)

Bug Fixes

  • Update CI workflow versions to latest (#713) (feb4561)
Commits
  • a7db125 chore(release): version 8.1.2 [skip ci]
  • bae0385 fix: Make quiet_archive_local_exec properly suppress Poetry/pip/npm output (#...
  • 335289d chore(release): version 8.1.1 [skip ci]
  • feb4561 fix: Update CI workflow versions to latest (#713)
  • See full diff in compare view

Updates terraform-aws-modules/sns/aws to 7.0.0

Release notes

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

v7.0.0

7.0.0 (2025-10-22)

⚠ BREAKING CHANGES

  • Upgrade AWS provider and min required Terraform version to 6.9 and 1.5.7 respectively (#68)

[!CAUTION]
There are no changes for users other than one small change to match the underlying API. Within topic_policy_statements, the condition argument was previously conditions (plural). See this change for reference

Features

  • Upgrade AWS provider and min required Terraform version to 6.9 and 1.5.7 respectively
  • Add support for resource level region argument to relevant resources
  • Add variable optional attributes to replace vague variable types of any or map(string)
  • Ensure no resources or data sources are invoke if create = false
Changelog

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

7.0.0 (2025-10-22)

⚠ BREAKING CHANGES

  • Upgrade AWS provider and min required Terraform version to 6.9 and 1.5.7 respectively (#68)

Features

  • Upgrade AWS provider and min required Terraform version to 6.9 and 1.5.7 respectively (#68) (f9269fb)

6.2.1 (2025-10-21)

Bug Fixes

  • Update CI workflow versions to latest (#66) (c02e448)

6.2.0 (2025-05-16)

Features

6.1.3 (2025-04-08)

Bug Fixes

  • Change default policy from deprecated SourceOwner to SourceAccount (#61) (05748cf)

6.1.2 (2024-12-20)

Bug Fixes

  • SID must only include alphanumeric characters (#60) (e4c5800)

6.1.1 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#57) (93fe76b)

6.1.0 (2024-07-05)

Features

  • Automatically append .fifo to fifo topic names (#55) (cfd23c1)

... (truncated)

Commits
  • f62bc0e chore(release): version 7.0.0 [skip ci]
  • f9269fb feat!: Upgrade AWS provider and min required Terraform version to 6.9 and `...
  • 544e312 chore(release): version 6.2.1 [skip ci]
  • c02e448 fix: Update CI workflow versions to latest (#66)
  • 9472736 chore(release): version 6.2.0 [skip ci]
  • c6df608 feat: FIFO throughput scope (#63)
  • 49d85b8 chore(release): version 6.1.3 [skip ci]
  • 05748cf fix: Change default policy from deprecated SourceOwner to SourceAccount (...
  • 467cfe7 chore(release): version 6.1.2 [skip ci]
  • e4c5800 fix: SID must only include alphanumeric characters (#60)
  • Additional commits viewable 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), [terraform-aws-modules/cloudwatch/aws](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch), [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) and [terraform-aws-modules/sns/aws](https://github.com/terraform-aws-modules/terraform-aws-sns) to permit the latest version.

Updates `hashicorp/aws` to 6.19.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.14.1...v6.19.0)

Updates `terraform-aws-modules/cloudwatch/aws` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-cloudwatch@v5.7.1...v5.7.2)

Updates `terraform-aws-modules/lambda/aws` from 8.1.0 to 8.1.2
- [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.1.0...v8.1.2)

Updates `terraform-aws-modules/sns/aws` to 7.0.0
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-sns/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-sns/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-sns@v6.1.0...v7.0.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.19.0
  dependency-type: direct:production
  dependency-group: terraform
- dependency-name: terraform-aws-modules/cloudwatch/aws
  dependency-version: 5.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform
- dependency-name: terraform-aws-modules/lambda/aws
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform
- dependency-name: terraform-aws-modules/sns/aws
  dependency-version: 7.0.0
  dependency-type: direct:production
  dependency-group: terraform
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency-management Dependabot updates enhancement New feature or request labels Nov 1, 2025
@ialejandro ialejandro merged commit 1fa0b96 into main Nov 4, 2025
2 checks passed
@ialejandro ialejandro deleted the dependabot/terraform/terraform/terraform-f03e29bf4a branch November 4, 2025 11:55
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.

3 participants