Skip to content

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

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from hashicorp/aws's releases.

v5.93.0

FEATURES:

  • New Resource: aws_api_gateway_rest_api_put (#41375)

ENHANCEMENTS:

  • data-source/aws_ecr_pull_through_cache_rule: Add custom_role_arn and upstream_repository_prefix attributes (#41933)
  • resource/aws_bedrockagent_agent: Add memory_configuration configuration block (#39970)
  • resource/aws_codepipeline: Adds trigger_all attribute (#42008)
  • resource/aws_codepipeline: Removal of trigger argument now properly removes custom trigger definitions (#42008)
  • resource/aws_cognitoidp_user_pool: Mark the username_configuration and username_configuration.case_sensitive arguments as optional and computed. This will future proof the provider against upstream API changes which may return a default value for the block when omitted during create operations. (#35439)
  • resource/aws_datasync_task: Add task_mode argument (#39979)
  • resource/aws_ecr_pull_through_cache_rule: Add custom_role_arn and upstream_repository_prefix arguments (#41933)
  • resource/aws_ecr_pull_through_cache_rule: Correct plan-time validation of ecr_repository_prefix to support a value of "ROOT" (#41933)
  • resource/aws_elasticache_cluster: Add configurable timeouts for create, update, and delete operations (#41940)
  • resource/aws_kinesisanalyticsv2_application: Allow runtime_environment to be updated in-place (#41935)
  • resource/aws_verified_access_endpoint: Add cidr_options, load_balancer.port_range, network_interface_options.port_range, and rds_options arguments (#41957)
  • resource/aws_verified_access_endpoint: Mark application_domain, domain_certificate_arn and endpoint_domain_prefix as Optional (#41957)
  • resource/aws_verified_access_endpoint: Support cidr and rds as valid values for endpoint_type (#41957)
  • resource/aws_verified_access_instance: Add cidr_endpoint_custom_subdomain argument and name_servers attribute (#41957)
  • resource/aws_verified_access_trust_provider: Add native_application_oidc_options and sse_specification arguments (#41957)

BUG FIXES:

  • resource/aws_db_instance: Fix InvalidParameterCombination: To enable the Advanced mode of Database Insights, modify your cluster to enable Performance Insights and set the retention period for Performance Insights to at least 465 days errors when enabling database_insights_mode on existing instances (#41960)
  • resource/aws_eip: Prevents application from failing when hitting "InvalidAction" error for specific regions (#41920)
  • resource/aws_elasticache_replication_group: Retry InvalidReplicationGroupState exceptions during tagging operations (#41954)
  • resource/aws_elasticache_replication_group: Wait for replication group to become available before all modification operations (#40320)
  • resource/aws_iot_domain_configuration: Change domain_name to Computed (#41985)
  • resource/aws_lakeformation_opt_in: Fix error when expanding resource_data.table_wildcard attribute (#41939)
Changelog

Sourced from hashicorp/aws's changelog.

5.93.0 (March 27, 2025)

FEATURES:

  • New Resource: aws_api_gateway_rest_api_put (#41375)

ENHANCEMENTS:

  • data-source/aws_ecr_pull_through_cache_rule: Add custom_role_arn and upstream_repository_prefix attributes (#41933)
  • resource/aws_bedrockagent_agent: Add memory_configuration configuration block (#39970)
  • resource/aws_codepipeline: Adds trigger_all attribute (#42008)
  • resource/aws_codepipeline: Removal of trigger argument now properly removes custom trigger definitions (#42008)
  • resource/aws_cognitoidp_user_pool: Mark the username_configuration and username_configuration.case_sensitive arguments as optional and computed. This will future proof the provider against upstream API changes which may return a default value for the block when omitted during create operations. (#35439)
  • resource/aws_datasync_task: Add task_mode argument (#39979)
  • resource/aws_ecr_pull_through_cache_rule: Add custom_role_arn and upstream_repository_prefix arguments (#41933)
  • resource/aws_ecr_pull_through_cache_rule: Correct plan-time validation of ecr_repository_prefix to support a value of "ROOT" (#41933)
  • resource/aws_elasticache_cluster: Add configurable timeouts for create, update, and delete operations (#41940)
  • resource/aws_kinesisanalyticsv2_application: Allow runtime_environment to be updated in-place (#41935)
  • resource/aws_verified_access_endpoint: Add cidr_options, load_balancer.port_range, network_interface_options.port_range, and rds_options arguments (#41957)
  • resource/aws_verified_access_endpoint: Mark application_domain, domain_certificate_arn and endpoint_domain_prefix as Optional (#41957)
  • resource/aws_verified_access_endpoint: Support cidr and rds as valid values for endpoint_type (#41957)
  • resource/aws_verified_access_instance: Add cidr_endpoint_custom_subdomain argument and name_servers attribute (#41957)
  • resource/aws_verified_access_trust_provider: Add native_application_oidc_options and sse_specification arguments (#41957)

BUG FIXES:

  • resource/aws_db_instance: Fix InvalidParameterCombination: To enable the Advanced mode of Database Insights, modify your cluster to enable Performance Insights and set the retention period for Performance Insights to at least 465 days errors when enabling database_insights_mode on existing instances (#41960)
  • resource/aws_eip: Prevents application from failing when hitting "InvalidAction" error for specific regions (#41920)
  • resource/aws_elasticache_replication_group: Retry InvalidReplicationGroupState exceptions during tagging operations (#41954)
  • resource/aws_elasticache_replication_group: Wait for replication group to become available before all modification operations (#40320)
  • resource/aws_iot_domain_configuration: Change domain_name to Computed (#41985)
  • resource/aws_lakeformation_opt_in: Fix error when expanding resource_data.table_wildcard attribute (#41939)

5.92.0 (March 20, 2025)

NOTES:

  • resource/aws_kendra_data_source: The configuration.s3_configuration argument is deprecated. Use configuration.template_configuration instead, which supports the upgraded Amazon S3 connector. Amazon has ended support for the older architecture as of June 2024, and resources created with this argument cannot be edited or updated. See the Amazon Kendra documentation for additional details. (#35437)
  • resource/aws_kendra_data_source: The configuration.web_crawler_configuration argument is deprecated. Use configuration.template_configuration instead, which supports the Amazon Kendra Web Crawler connector v2.0. See the Amazon Kendra documentation for additional details. (#35437)

FEATURES:

  • New Data Source: aws_api_gateway_api_keys (#39335)
  • New Data Source: aws_eks_cluster_versions (#40741)
  • New Data Source: aws_identitystore_group_memberships (#31589)
  • New Data Source: aws_identitystore_users (#31688)
  • New Resource: aws_athena_capacity_reservation (#41858)

ENHANCEMENTS:

... (truncated)

Commits
  • f67a401 Update CHANGELOG.md for #42008
  • 8d6a160 r/aws_codepipeline: support removal of trigger arguments (#42008)
  • 5aceef2 Update CHANGELOG.md (Manual Trigger)
  • ba4fb79 Merge pull request #41933 from tabito-hara/f-aws_ecr_pull_through_cache_rule-...
  • 1b6be69 Merge pull request #42001 from alvarosaavedrau/d-aws_lambda_event_source_mapp...
  • 844e664 r/aws_ecr_pull_through_cache_rule: Tweaks.
  • 150a319 Tweak CHANGELOG entry.
  • 410e785 Merge branch 'main' into HEAD
  • df7a936 doc: update 'enabled' parameter description on aws_lambda_event_source_mappin...
  • bcdb6c0 Merge pull request #41957 from esteban1983cl/f-verified-access-update
  • Additional commits viewable in compare view

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

Release notes

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

v5.7.1

5.7.1 (2025-03-11)

Bug Fixes

  • Fix example of alarm with anomaly detection (#77) (698cd72)
Changelog

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

5.7.1 (2025-03-11)

Bug Fixes

  • Fix example of alarm with anomaly detection (#77) (698cd72)
Commits
  • 1bf3692 chore(release): version 5.7.1 [skip ci]
  • 698cd72 fix: Fix example of alarm with anomaly detection (#77)
  • ec7e34a chore: update log group possible retention days (#76)
  • 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/cloudwatch/aws](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch) to permit the latest version.

Updates `hashicorp/aws` to 5.93.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@v5.90.0...v5.93.0)

Updates `terraform-aws-modules/cloudwatch/aws` from 5.7.0 to 5.7.1
- [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.0...v5.7.1)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 5.93.0
  dependency-type: direct:production
  dependency-group: terraform
- dependency-name: terraform-aws-modules/cloudwatch/aws
  dependency-version: 5.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency-management Dependabot updates enhancement New feature or request labels Apr 1, 2025
@ialejandro ialejandro merged commit ac751a8 into main Apr 2, 2025
2 checks passed
@ialejandro ialejandro deleted the dependabot/terraform/terraform/terraform-b44ba82994 branch April 2, 2025 07:26
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